postgresql/src/backend/libpq
Marc G. Fournier d8a300d867 2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two
invalid macro definitions, the compiler complains about:

"pqcomprim.c", line 48.9: 1506-275 (S) Unexpected text ';' ignored.
"pqcomprim.c", line 61.9: 1506-275 (S) Unexpected text ';' ignored.

The ';' terminating the macro definition ntoh_s(n) on line 27 and
ntoh_l(n) on line 28 should be removed.


Pointed out by: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>
1997-04-15 17:25:47 +00:00
..
auth.c I don't know whether this breaks what the previous person tried to 1997-03-25 00:54:15 +00:00
be-dumpdata.c All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
be-fsstubs.c Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objects 1997-03-18 21:30:41 +00:00
be-pqexec.c I'm getting there, slowly :) 1996-11-06 08:48:33 +00:00
hba.c From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:23:16 +00:00
Makefile This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
password.c From: "D'Arcy J.M. Cain" <darcy@druid.net> 1997-03-28 06:55:58 +00:00
pg_hba.conf.sample Move YACC and YFLAGS into the template files 1997-04-04 11:23:15 +00:00
pg_ident.conf.sample Move YACC and YFLAGS into the template files 1997-04-04 11:23:15 +00:00
portal.c I'm getting there, slowly :) 1996-11-06 08:48:33 +00:00
portalbuf.c I'm getting there, slowly :) 1996-11-06 08:48:33 +00:00
pqcomm.c From: "D'Arcy J.M. Cain" <darcy@druid.net> 1997-03-20 18:23:33 +00:00
pqcomprim.c 2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two 1997-04-15 17:25:47 +00:00
pqpacket.c Remove WIN32 defines. They never worked. 1997-02-14 04:19:07 +00:00
pqsignal.c pq/signal() portability patch. Also psql copy prompt fix. 1996-12-26 22:08:34 +00:00
util.c I'm getting there, slowly :) 1996-11-06 08:48:33 +00:00