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

Commit0a3c864

Browse files
committed
Fix compilation warning in xlog.c
Oversight in 9d0bd95.Reported-by: Andres FreundDiscussion:https://postgr.es/m/20201006023802.qqfi6m5bw5y77zql@alap3.anarazel.de
1 parent1df2b50 commit0a3c864

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10250,8 +10250,6 @@ xlog_redo(XLogReaderState *record)
1025010250
staticvoid
1025110251
xlog_outrec(StringInfobuf,XLogReaderState*record)
1025210252
{
10253-
intblock_id;
10254-
1025510253
appendStringInfo(buf,"prev %X/%X; xid %u",
1025610254
(uint32) (XLogRecGetPrev(record) >>32),
1025710255
(uint32)XLogRecGetPrev(record),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp