postgresql/src/backend/utils
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
..
adt I checked all the previous string handling errors and most of them were 2002-09-02 06:11:43 +00:00
cache Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
error Add GUC variable to print original query to the server logs when there 2002-09-02 05:42:54 +00:00
fmgr Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
hash Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
init Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
mb Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
misc Add GUC variable to print original query to the server logs when there 2002-09-02 05:42:54 +00:00
mmgr Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
sort The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
time Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00