postgresql/src/backend
Marc G. Fournier b7559f94cd This change should have no practical effect but it is the more
correct way to do this.  Theoretically you could have a NULL
pointer that isn't represented internally as all 0 bits.  This
guarantees that it convert correctly.

Submitted by: darcy@druid.com (D'Arcy J.M. Cain)
1996-10-11 03:25:00 +00:00
..
access A few changes to cleanup the code. 1996-09-19 20:00:37 +00:00
bootstrap Fixed YACC depenencies and 'make clean' now cleans totally. 1996-09-26 15:40:45 +00:00
catalog Mostly adding "const" keyword and making some functions static. 1996-10-07 03:30:40 +00:00
commands Fix args to match prototype. 1996-10-05 20:30:31 +00:00
executor Comment cleanup. 1996-10-10 00:18:52 +00:00
include Mostly adding "const" keyword and making some functions static. 1996-10-07 03:30:40 +00:00
lib Clean up th ecompile process by centralizing the include files 1996-08-28 07:27:54 +00:00
libpq diff -ru ../../../orig/postgres95/src/backend/libpq/be-fsstubs.c 1996-09-23 08:29:52 +00:00
main Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
nodes Clean up th ecompile process by centralizing the include files 1996-08-28 07:27:54 +00:00
optimizer Fixes: 1996-09-10 06:48:52 +00:00
parser Fixed YACC depenencies and 'make clean' now cleans totally. 1996-09-26 15:40:45 +00:00
port Added dlfcn.h to dl.c in BSD44_derived port 1996-10-03 22:41:42 +00:00
postmaster Fixed a missed change from Carsten Heyl <heyl@nads.de> 1996-10-07 07:18:34 +00:00
regex Various patches from Bryan that *should* clean up the compile problems 1996-09-20 08:34:39 +00:00
rewrite This change should have no practical effect but it is the more 1996-10-11 03:25:00 +00:00
storage I have written some patches to the postgres lock manager which allow the 1996-10-11 03:22:59 +00:00
tcop The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS 1996-10-04 20:17:11 +00:00
tioga Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
utils Mostly adding "const" keyword and making some functions static. 1996-10-07 03:30:40 +00:00
Makefile Fixed YACC depenencies and 'make clean' now cleans totally. 1996-09-26 15:40:45 +00:00