postgresql/src
Vadim B. Mikheev 25eb9e2a66 Avoiding
cc1: warnings being treated as errors
exc.c: In function 'ExcRaise':
exc.c:186: warning: passing arg 1 of 'Longjmp' from incompatible pointer type
gmake[3]: *** [exc.o] Error 1

Now we have:
#if defined (JMP_BUF)
        longjmp(efp->context, 1);
#else
        siglongjmp(efp->context, 1);
#endif
1996-12-14 05:55:27 +00:00
..
backend Avoiding 1996-12-14 05:55:27 +00:00
bin Postgres95 to PostgreSQL. 1996-12-11 22:58:16 +00:00
include Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King. 1996-12-11 03:18:12 +00:00
interfaces Clean up. Get rid of tabs and overly long lines. 1996-12-13 09:25:08 +00:00
man Postgres95 to PostgreSQL. 1996-12-11 22:58:16 +00:00
test Small regression and doc patch 1996-12-13 02:39:00 +00:00
tools/mkldexport
tutorial Rename SLSUFF to DLSUFFIX 1996-11-18 06:07:56 +00:00
utils Make strdup work for Ultrix. Thanks Erik Bertelsen 1996-11-28 03:32:18 +00:00
BACKEND_DIRS Small regression and doc patch 1996-12-13 02:39:00 +00:00
MAKE_CTAGS
MAKE_ETAGS
MAKE_MKID
Makefile No change...just a test to make sure I didn't screw anything up 1996-12-10 03:03:36 +00:00
Makefile.global Add CUSTOM_CC variable for Makefile.custom. Thanks Kurt Lidl. 1996-12-09 01:16:51 +00:00