Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 311c521

Browse files
committed
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
1 parent 4eadf2d commit 311c521

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/backend/access/nbtree/nbtinsert.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.9 1997/01/10 10:06:20 vadim Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.10 1997/01/25 21:08:09 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -982,7 +982,7 @@ _bt_updateitem(Relation rel,
982982
maxoff = PageGetMaxOffsetNumber(page);
983983

984984
/* locate item on the page */
985-
first = P_RIGHTMOST((BTPageOpaque) PageGetSpecialPointer(page)) \
985+
first = P_RIGHTMOST((BTPageOpaque) PageGetSpecialPointer(page))
986986
? P_HIKEY : P_FIRSTKEY;
987987
i = first;
988988
do {

src/include/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
# define USE_POSIX_SIGNALS
5151
# define DISABLE_XOPEN_NLS
5252
# define HAS_LONG_LONG
53+
# define NEED_ISINF
5354
# define NEED_UNION_SEMUN
5455
# define HAS_TEST_AND_SET
5556
# include <sys/mman.h> /* for msemaphore */

0 commit comments

Comments
 (0)