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

Commit648f007

Browse files
committed
I have found a minor problem with current configure.in.
[AC_MSG_RESULT(yes) AC_DEFINE(HAVE_LONG_INT_64)],this line produces something like: echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOFand would append garbage "yes cat" to confdefs.h. Of course theresult confdefs.h is not syntactically correct therefore followingtests using confdefs.h would all fail. To avoid the problem, wecould switch the order of AC_MSG_RESULT and AC_DEFINE (see attachedpatch). This happend on my LinuxPPC box.Tatsuo Ishii t-ishii@sra.co.jp
1 parent0a15090 commit648f007

File tree

3 files changed

+501
-498
lines changed

3 files changed

+501
-498
lines changed

‎src/backend/optimizer/plan/subselect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ _replace_var(Var *var)
7676
lnext(vpe)=NULL;
7777
}
7878

79-
for (i=1;;i++)
79+
for (i=ObjectIdAttributeNumber;;i++)
8080
{
8181
if (i==var->varattno)
8282
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp