You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/utils
Peter Eisentraut 2a7da3f564 Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 26 years ago
..
Makefile Fix relative path references so that make knowns which dependencies refer 26 years ago
README
dllinit.c Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 26 years ago
getopt.c
strdup.c Add: 26 years ago

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.