]> granicus.if.org Git - postgresql/commit
From: Dan McGuirk <mcguirk@indirect.com>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 12 Mar 1997 21:00:17 +0000 (21:00 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 12 Mar 1997 21:00:17 +0000 (21:00 +0000)
commitb66569e41fdecab3903fd8af6cbc8bb12ae653cd
treec5b8126c45e6779c5e14f7efa0bfb93652c135d4
parent127826978a2c5ea25b20d7f06687609669323ab1
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] linux/alpha patches

These patches lay the groundwork for a Linux/Alpha port.  The port doesn't
actually work unless you tweak the linker to put all the pointers in the
first 32 bits of the address space, but it's at least a start.  It
implements the test-and-set instruction in Alpha assembly, and also fixes
a lot of pointer-to-integer conversions, which is probably good anyway.
src/backend/access/common/indexvalid.c
src/backend/access/gist/gistget.c
src/backend/bootstrap/bootstrap.c
src/backend/executor/nodeIndexscan.c
src/backend/nodes/list.c
src/backend/optimizer/path/indxpath.c