Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit311c521

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 compilerin this environment
1 parent4eadf2d commit311c521

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
# defineDISABLE_XOPEN_NLS
5252
# define HAS_LONG_LONG
53+
# defineNEED_ISINF
5354
# defineNEED_UNION_SEMUN
5455
# define HAS_TEST_AND_SET
5556
# include<sys/mman.h>/* for msemaphore */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp