postgresql/src/include/storage
Bruce Momjian 0624f3dcbd My mailer munged the intro text in my last post. Here is the text
in a more readable form.  -- I am submitting the following patches
to the June 6, 1998 snapshot of PostgreSQL.  These patches implement
a port of PostgreSQL to SCO UnixWare 7, and updates the Univel port
(UnixWare 2.x).  The patched files, and the reason
 for the patch are:

File            Reason for the patch ---------------
---------------------------------------------------------------
src/backend/port/dynloader/unixware.c src/backend/port/dynloader/unixware.h
src/include/port/unixware.h src/makefiles/Makefile.unixware
src/template/unixware
		Created for the UNIXWARE port.

src/include/port/univel.h
		Modifed this file to work with the changes made to
		s_lock.[ch].

src/backend/storage/buffer/s_lock.c src/include/storage/s_lock.h
		Moved the UNIXWARE (and Univel) tas() function from
		s_lock.c to s_lock.h.  The UnixWare compiler asm
		construct is treated as a macro and needs to be in
		the s_lock.h file.  I also reworked the tas()
		function to correct some errors in the code.

src/include/version.h.in
		The use of the ## operator with quoted strings in
		the VERSION macro caused problems with the UnixWare
		C compiler.  I removed the ## operators since they
		were not needed in this case.  The macro expands
		into a sequence of quoted strings that will be
		concatenated by any ANSI C compiler.

src/config.guess
		This script was modified to recognize SCO UnixWare
		7.

src/configure src/configure.in
		The configure script was modified to recognize SCO
		UnixWare 7.

Billy G. Allie
1998-07-19 04:17:13 +00:00
..
backendid.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
block.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
buf_internals.h Inline function, rename libpq variablees, change lrel to lockrel. 1998-07-13 16:35:04 +00:00
buf.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
bufmgr.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
bufpage.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
fd.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
ipc.h Rename BindingTable to ShmemIndex. 1998-06-27 15:47:48 +00:00
item.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
itemid.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
itempos.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
itemptr.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
large_object.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
lmgr.h Inline function, rename libpq variablees, change lrel to lockrel. 1998-07-13 16:35:04 +00:00
lock.h Rename locking structure names to be clearer. Add narrative to 1998-06-30 02:33:34 +00:00
multilev.h Inline function, rename libpq variablees, change lrel to lockrel. 1998-07-13 16:35:04 +00:00
off.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
page.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
pagenum.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pos.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
proc.h Rename locking structure names to be clearer. Add narrative to 1998-06-30 02:33:34 +00:00
s_lock.h My mailer munged the intro text in my last post. Here is the text 1998-07-19 04:17:13 +00:00
shmem.h Rename BindingTable to ShmemIndex. 1998-06-27 15:47:48 +00:00
sinval.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
sinvaladt.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
smgr.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
spin.h Inline frequently called functions. 1997-09-18 14:21:02 +00:00