postgresql/src/utils
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer,
eliminating some wildly inconsistent coding in various parts of the
system.  I set MAXPGPATH = 1024 in config.h.in.  If anyone is really
convinced that there ought to be a configure-time test to set the
value, go right ahead ... but I think it's a waste of time.
1999-10-25 03:08:03 +00:00
..
dllinit.c pgindent run over code. 1999-05-25 16:15:34 +00:00
getopt.c pgindent run over code. 1999-05-25 16:15:34 +00:00
Makefile
README
strdup.c
version.c Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00

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.