8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001d30e commit 8230fbfCopy full SHA for 8230fbf
src/tools/pginclude/README
@@ -13,5 +13,12 @@ pgrminclude [-v]
13
pgdefine create macro calls for all defines in the file (used by
14
the above routines)
15
16
-It is also a good idea to sort the pg-specific include files in alphabetic
17
-order. This is best done with a text editor.
+It is also a good idea to sort the pg-specific include files in
+alphabetic order. This is best done with a text editor. Typical usage
18
+order would be:
19
+
20
+ pgfixinclude
21
+ pgcompinclude
22
+ pgrminclude /src/include
23
24
+ pgrminclude /
0 commit comments