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

Commit3d975d0

Browse files
committed
Fix compiler warnings about unused variables, caused by my previous commit.
Reported by Peter Eisentraut.
1 parentc4f1848 commit3d975d0

File tree

1 file changed

+0
-3
lines changed
  • src/backend/access/transam

1 file changed

+0
-3
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,9 +2837,6 @@ XLogFileRead(uint32 log, uint32 seg, int emode, TimeLineID tli,
28372837
*/
28382838
if (source==XLOG_FROM_ARCHIVE)
28392839
{
2840-
/* use volatile pointer to prevent code rearrangement */
2841-
volatileXLogCtlData*xlogctl=XLogCtl;
2842-
XLogRecPtrendptr;
28432840
charxlogfpath[MAXPGPATH];
28442841
boolreload= false;
28452842
structstatstatbuf;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp