diff options
| author | Bruce Momjian | 2006-07-11 13:54:25 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-07-11 13:54:25 +0000 |
| commit | b85a965f5fc7243d0386085e12f7a6c836503b42 (patch) | |
| tree | 659ff5b830aa754b70dbde857d3597d356409c42 /src/tools | |
| parent | 45a43090748331134d57bc2b74e918b188f34f3a (diff) | |
Allow each C include file to compile on its own by including any needed
header files.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pginclude/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index 93b8f2777d6..893cdd63038 100644 --- a/src/tools/pginclude/README +++ b/src/tools/pginclude/README @@ -13,4 +13,5 @@ pgrminclude [-v] pgdefine create macro calls for all defines in the file (used by the above routines) - +It is also a good idea to sort the pg-specific include files in alphabetic +order. This is best done with a text editor. |
