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
Bruce Momjian be545eaf73 Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. 24 years ago
..
Makefile Fix relative path references so that make knowns which dependencies refer 26 years ago
README
dllinit.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
getopt.c Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. 24 years ago
strdup.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 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.