Add utils directory for cross-subsystem tools to keep make files from having
Bryan Henderson <bryanh@giraffe.netgate.net>
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
| Path | Change | +/− |
|---|---|---|
| src/Makefile | modified | +2 −1 |
| src/utils/Makefile | added | +29 −0 |
| src/utils/README | added | +6 −0 |
| src/utils/version.c | added | +146 −0 |