postgresql/src/backend
Bruce Momjian 77d31cf3c1 2. trigger.c fails to compile due to a syntax error. It contains
a switch statement that has an empty default label.  A label of a
    switch statement must be followed by a statement (or a label which
    is followed by a statement (or a label which ...)).

3.  Files include stringinfo.h failed to compile.  The macro,
    'appendStringInfoCharMacro' is implemented with a '?:' operation
    that returns a void expression for the true part and a char expresion
    for the false part.  Both the true and false parts of the '?:' oper-
    ator must return the same type.

Billy G. Allie
2000-02-13 13:21:11 +00:00
..
access Add btree indexing of boolean values 2000-02-10 19:51:52 +00:00
bootstrap Add: 2000-01-26 05:58:53 +00:00
catalog Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
commands 2. trigger.c fails to compile due to a syntax error. It contains 2000-02-13 13:21:11 +00:00
executor Replace nth() calls in inner loops with traversal of the list via 2000-02-05 23:19:44 +00:00
lib Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
libpq Add: 2000-01-26 05:58:53 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes Repair planning bugs caused by my misguided removal of restrictinfo link 2000-02-07 04:41:04 +00:00
optimizer Repair planning bugs caused by my misguided removal of restrictinfo link 2000-02-07 04:41:04 +00:00
parser Mask removal of network_ops in 7.0. 2000-02-07 21:24:15 +00:00
port Add: 2000-01-26 05:58:53 +00:00
postmaster Add: 2000-01-26 05:58:53 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
storage Remove ugly call ImmediateSharedRelationCacheInvalidate() 2000-02-07 02:38:18 +00:00
tcop A few minor psql enhancements 2000-01-29 16:58:54 +00:00
tioga Add: 2000-01-26 05:58:53 +00:00
utils Add btree indexing of boolean values 2000-02-10 19:51:52 +00:00
Makefile I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00