postgresql/src/bin
Bruce Momjian a12b4e279b I checked all the previous string handling errors and most of them were
already fixed by You. However there were a few left and attached patch
should fix the rest of them.

I used StringInfo only in 2 places and both of them are inside debug
ifdefs. Only performance penalty will come from using strlen() like all
the other code does.

I also modified some of the already patched parts by changing
snprintf(buf, 2 * BUFSIZE, ... style lines to
snprintf(buf, sizeof(buf), ... where buf is an array.

Jukka Holappa
2002-09-02 06:11:43 +00:00
..
initdb Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs 2002-08-31 17:14:28 +00:00
initlocation
ipcclean
pg_config
pg_controldata Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
pg_ctl Reverse out XLogDir/-X write-ahead log handling, per discussion. 2002-08-17 15:12:07 +00:00
pg_dump I checked all the previous string handling errors and most of them were 2002-09-02 06:11:43 +00:00
pg_encoding Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pg_id
pg_resetxlog Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
pgtclsh
psql I checked all the previous string handling errors and most of them were 2002-09-02 06:11:43 +00:00
scripts I attach a little patch to make CLUSTER set and reset the indisclustered 2002-08-27 03:38:28 +00:00
Makefile Remove pgaccess from Makefile. 2002-08-30 18:14:21 +00:00