]> granicus.if.org Git - postgresql/commit
Add utils directory for cross-subsystem tools to keep make files from having
authorBryan Henderson <bryanh@giraffe.netgate.net>
Mon, 11 Nov 1996 13:51:57 +0000 (13:51 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Mon, 11 Nov 1996 13:51:57 +0000 (13:51 +0000)
commitbf80f41ec1b8b7fb16cf3ac695b2e1436ba1e619
tree1e4d83190cf63ea0d32a6452aa553315b9394eb1
parent6f708e42d1f80d4905ee75358dbd47cd9753251f
Add utils directory for cross-subsystem tools to keep make files from having
to be sleazy and reach into other subsystems' directories.  First entry in
this directory is the PG_VERSION file interface, which must be used by the
backend and also the pg_version program (which is used by initdb).
src/Makefile
src/utils/Makefile [new file with mode: 0644]
src/utils/README [new file with mode: 0644]
src/utils/version.c [new file with mode: 0644]