From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier <scrappy@hub.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/indexvalid.c | modified | +5 −5 |
| src/backend/access/gist/gistget.c | modified | +4 −4 |
| src/backend/bootstrap/bootstrap.c | modified | +2 −2 |
| src/backend/executor/nodeIndexscan.c | modified | +2 −2 |
| src/backend/nodes/list.c | modified | +33 −7 |
| src/backend/optimizer/path/indxpath.c | modified | +4 −4 |