OSDN Git Service

From: Dan McGuirk <mcguirk@indirect.com>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 12 Mar 1997 21:13:19 +0000 (21:13 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 12 Mar 1997 21:13:19 +0000 (21:13 +0000)
commit5dde558ce60db1f8747bbf745d56bd9cd5f4c7b7
tree046cc029a35d6e30af46ea08f8eae259eb739a8d
parentb66569e41fdecab3903fd8af6cbc8bb12ae653cd
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.
13 files changed:
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/initsplan.c
src/backend/optimizer/util/plancat.c
src/backend/storage/ipc/s_lock.c
src/backend/storage/page/bufpage.c
src/backend/tcop/fastpath.c
src/backend/utils/adt/float.c
src/backend/utils/adt/oid.c
src/backend/utils/error/elog.c
src/backend/utils/error/exc.c
src/include/nodes/pg_list.h
src/include/storage/ipc.h
src/include/utils/memutils.h