Add utils directory for cross-subsystem tools to keep make files from having

Bryan Henderson <bryanh@giraffe.netgate.net>

Commit: bf80f41ec1b8b7fb16cf3ac695b2e1436ba1e619
Author: Bryan Henderson <bryanh@giraffe.netgate.net>
Date: 1996-11-11T13:51:57Z
Releases: 7.1.1
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).

Files

PathChange+/−
src/Makefile modified +2 −1
src/utils/Makefile added +29 −0
src/utils/README added +6 −0
src/utils/version.c added +146 −0