mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
6fb9d2e347
and config.h. Adjusted all referring code. Scrapped pg_version and changed initdb accordingly. Integrated src/utils/version.c into src/backend/utils/init/miscinit.c. Changed all callers. Set version number to `7.1devel'. (Non-numeric version suffixes now allowed.) |
||
---|---|---|
.. | ||
dllinit.c | ||
getopt.c | ||
Makefile | ||
README | ||
strdup.c |
The utils directory contains components that are used by multiple subsystems in the Postgres source tree. We don't want subsystems reaching into other subsystems' directories and messing with the modularity of the system, so we gather any cross-subsystem utilities here. In particular, programs that form an interface between subsystems go here.