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
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 27 years ago
..
Makefile Apply Win32 patch from Horak Daniel. 27 years ago
README Add utils directory for cross-subsystem tools to keep make files from having 30 years ago
dllinit.c pgindent run over code. 27 years ago
getopt.c pgindent run over code. 27 years ago
strdup.c Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
version.c Standardize on MAXPGPATH as the size of a file pathname buffer, 27 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.