mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Update include cleaning scripts.
This commit is contained in:
parent
8e6697fcd9
commit
d540a9a6bd
@ -1,8 +1,12 @@
|
|||||||
These utilities help clean up #include file usage:
|
These utilities help clean up #include file usage:
|
||||||
|
|
||||||
pgfixinclude change #include's to <> or ""
|
pgfixinclude change #include's to <> or ""
|
||||||
pgrminclude remove extra #include's
|
|
||||||
pginclude [-v] report which #include files can not compile on their own
|
pgrminclude [-v]
|
||||||
|
remove extra #include's
|
||||||
|
|
||||||
|
pgcompinclude [-v]
|
||||||
|
report which #include files can not compile on their own
|
||||||
|
|
||||||
pgdefine create macro calls for all defines in the file (used by
|
pgdefine create macro calls for all defines in the file (used by
|
||||||
the above routines)
|
the above routines)
|
||||||
|
Loading…
Reference in New Issue
Block a user