postgresql/src/backend
Tom Lane 7c0c9b3cce New improved version of bpcharin() may have got the truncation case
right, but it failed to get the padding case right.

This was obscured by subsequent application of bpchar() in all but one
regression test case, and that one didn't fail in an obvious way ---
trailing blanks are hard to see.  Add another test case to make it
more obvious if it breaks again.
2001-06-01 17:49:17 +00:00
..
access Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
bootstrap Make bootstrap debug messages more readable. Clean up some clutter. 2001-05-12 01:48:49 +00:00
catalog Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
commands Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
executor Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
lib Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main Remove useless setuid() call, instead add a check that real and effective 2001-04-21 18:29:29 +00:00
nodes Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
optimizer Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
parser Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER 2001-05-27 09:59:30 +00:00
port Fix broken $Header$ declaration. 2001-05-30 18:32:29 +00:00
postmaster Remove SEP_CHAR, replace with / or '/' as appropriate. 2001-05-30 14:15:27 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Permission checking wasn't quite right for insert/update/delete rules, 2001-05-03 21:16:48 +00:00
storage Remove SEP_CHAR, replace with / or '/' as appropriate. 2001-05-30 14:15:27 +00:00
tcop Remove fastpath.c's lame attempt at caching function lookup info across 2001-06-01 15:45:42 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils New improved version of bpcharin() may have got the truncation case 2001-06-01 17:49:17 +00:00
Makefile I haven't tried building postgres with the Watcom compiler for 7.1 because 2001-05-24 15:53:34 +00:00