1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-12 02:37:31 +03:00
Files
postgres/src/tools/pginclude

These utilities help clean up #include file usage:

pgfixinclude	change #include's to <> or ""

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
		the above routines)