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

Commit3b66506

Browse files
Fenimorkindmpgpro
authored andcommitted
Pointer FIX
1 parentae86a5e commit3b66506

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/backend/commands/waitlsn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ WaitLSNSetLatch(void)
140140
}
141141

142142
void
143-
WaitLSNUtility(constchar*lsn,constint*delay)
143+
WaitLSNUtility(constchar*lsn,constintdelay)
144144
{
145145
XLogRecPtrtrg_lsn;
146146
XLogRecPtrcur_lsn;

‎src/backend/tcop/utility.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ standard_ProcessUtility(Node *parsetree,
913913
"WaitLSN")));
914914
}
915915
else
916-
WaitLSNUtility(stmt->lsn,stmt->delay);
916+
WaitLSNUtility(stmt->lsn,*stmt->delay);
917917
}
918918
break;
919919

‎src/include/commands/waitlsn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndefWAITLSN_H
1414
#defineWAITLSN_H
1515

16-
externvoidWaitLSNUtility(constchar*lsn,constint*delay);
16+
externvoidWaitLSNUtility(constchar*lsn,constintdelay);
1717
externvoidWaitLSNShmemInit(void);
1818
externvoidWaitLSNSetLatch(void);
1919

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp