postgresql/src/include/lib
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
..
dllist.h Add: 2000-01-26 05:58:53 +00:00
fstack.h Add: 2000-01-26 05:58:53 +00:00
hasht.h Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
lispsort.h Add: 2000-01-26 05:58:53 +00:00
stringinfo.h 2. trigger.c fails to compile due to a syntax error. It contains 2000-02-13 13:21:11 +00:00