1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00
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.
This commit is contained in:
Marc G. Fournier
1997-03-12 21:13:19 +00:00
parent b66569e41f
commit 5dde558ce6
13 changed files with 123 additions and 43 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.3 1996/11/06 09:29:24 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.4 1997/03/12 21:06:14 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -267,12 +267,12 @@ index_selectivity(Oid indid,
i = 0;
foreach(xopno, opnos) {
opno_array[i++] = (int)lfirst(xopno);
opno_array[i++] = lfirsti(xopno);
}
i = 0;
foreach(xattno,attnos) {
attno_array[i++] = (int)lfirst(xattno);
attno_array[i++] = lfirsti(xattno);
}
i = 0;
@@ -282,7 +282,7 @@ index_selectivity(Oid indid,
i = 0;
foreach(flag,flags) {
flag_array[i++] = (int)lfirst(flag);
flag_array[i++] = lfirsti(flag);
}
IndexSelectivity(indid,