1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

would you mind committing the following changes for me? (the first

bug causes compilation to fail on alpha, the second causes a compiler
in this environment
This commit is contained in:
Bruce Momjian
1997-01-25 21:09:20 +00:00
parent 4eadf2d6cd
commit 311c521d96
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.9 1997/01/10 10:06:20 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.10 1997/01/25 21:08:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -982,7 +982,7 @@ _bt_updateitem(Relation rel,
maxoff = PageGetMaxOffsetNumber(page);
/* locate item on the page */
first = P_RIGHTMOST((BTPageOpaque) PageGetSpecialPointer(page)) \
first = P_RIGHTMOST((BTPageOpaque) PageGetSpecialPointer(page))
? P_HIKEY : P_FIRSTKEY;
i = first;
do {