postgresql/src/utils
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
..
Makefile Hi, 1998-04-06 00:32:26 +00:00
README Add utils directory for cross-subsystem tools to keep make files from having 1996-11-11 13:51:57 +00:00
getopt.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
strdup.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
version.c From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +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.