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:
parent
4eadf2d6cd
commit
311c521d96
@ -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 {
|
||||
|
@ -50,6 +50,7 @@
|
||||
# define USE_POSIX_SIGNALS
|
||||
# define DISABLE_XOPEN_NLS
|
||||
# define HAS_LONG_LONG
|
||||
# define NEED_ISINF
|
||||
# define NEED_UNION_SEMUN
|
||||
# define HAS_TEST_AND_SET
|
||||
# include <sys/mman.h> /* for msemaphore */
|
||||
|
Loading…
x
Reference in New Issue
Block a user