Skip to content
Snippets Groups Projects
user avatar
Peter Eisentraut authored
either way (although the former is preferred by the Cygwin folks
themselves), but using only one seems nicer.
2a7da3f5
History
Name Last commit Last update
..
Makefile
README
dllinit.c
getopt.c
strdup.c
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.