postgresql/src/utils
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
..
Makefile Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
README Add utils directory for cross-subsystem tools to keep make files from having 1996-11-11 13:51:57 +00:00
dllinit.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
getopt.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
strdup.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
version.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00

README

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.