postgresql/src/backend
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
..
access Fix btabstimecmp (). 1997-04-07 06:45:41 +00:00
bootstrap Fix up the -Wno-error problem for non-gcc compilers 1997-04-15 17:24:26 +00:00
catalog Check for attributeList is NULL in ConstructTupleDescriptor (). 1997-04-05 03:36:21 +00:00
commands Print 'Group' as name of Group plan. 1997-04-05 06:42:32 +00:00
executor From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-03 19:56:47 +00:00
lib Remove CFLAGS_SL from lib/Makefile 1997-01-14 02:35:34 +00:00
libpq 2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two 1997-04-15 17:25:47 +00:00
main Make sure postgres.h is included before we start checking #ifdef's for other 1997-04-12 09:37:31 +00:00
nodes Copy indexkeys in _copyIndexPath. 1997-04-10 07:59:09 +00:00
optimizer Fix up the -Wno-error problem for non-gcc compilers 1997-04-15 17:24:26 +00:00
parser Fix up the -Wno-error problem for non-gcc compilers 1997-04-15 17:24:26 +00:00
port removed as already installed as part of system headers on NetBSD/FreeBSD 1997-04-02 18:49:24 +00:00
postmaster From: Oleg Bartunov <oleg@sai.msu.su> 1997-04-02 18:13:47 +00:00
regex Remove __P macro usage so it compiles without cdefs.h. 1996-12-15 09:21:37 +00:00
rewrite Change %ud to %u 1996-12-26 17:49:56 +00:00
storage From: Dan McGuirk <mcguirk@indirect.com> 1997-03-28 07:06:53 +00:00
tcop This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
tioga Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
utils Add ccsym to tools to determine OS/compiler specific symbols 1997-04-13 17:09:45 +00:00
Makefile This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00