postgresql/src/backend/lib
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(),
where you state a format and arguments.  the old behavior required
each appendStringInfo to have to have a sprintf() before it if any
formatting was required.

Also shortened several instances where there were multiple appendStringInfo()
calls in a row, doing nothing more then adding one more word to the String,
instead of doing them all in one call.
1998-12-14 08:11:17 +00:00
..
bit.c Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
dllist.c Renaming cleanup, no pgindent yet. 1998-09-01 03:29:17 +00:00
fstack.c Renaming cleanup, no pgindent yet. 1998-09-01 03:29:17 +00:00
hasht.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
lispsort.c Renaming cleanup, no pgindent yet. 1998-09-01 03:29:17 +00:00
Makefile There's a patch attached to fix gcc 2.8.x warnings, except for the 1998-03-30 16:47:35 +00:00
stringinfo.c more cleanups...of note, appendStringInfo now performs like sprintf(), 1998-12-14 08:11:17 +00:00