postgresql/src/common
Noah Misch 585f16dc80 Unlink static libraries before rebuilding them.
When the library already exists in the build directory, "ar" preserves
members not named on its command line.  This mattered when, for example,
a "configure" rerun dropped a file from $(LIBOBJS).  libpgport carried
the obsolete member until "make clean".  Back-patch to 9.0 (all
supported versions).
2015-03-01 13:06:39 -05:00
..
Makefile Unlink static libraries before rebuilding them. 2015-03-01 13:06:39 -05:00
fe_memutils.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
relpath.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:13 +01:00