Skip to content

Commit 0a3c864

Browse files
committed
Fix compilation warning in xlog.c
Oversight in 9d0bd95. Reported-by: Andres Freund Discussion: https://postgr.es/m/20201006023802.qqfi6m5bw5y77zql@alap3.anarazel.de
1 parent 1df2b50 commit 0a3c864

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
static void
1025110251
xlog_outrec(StringInfo buf, XLogReaderState *record)
1025210252
{
10253-
int block_id;
10254-
1025510253
appendStringInfo(buf, "prev %X/%X; xid %u",
1025610254
(uint32) (XLogRecGetPrev(record) >> 32),
1025710255
(uint32) XLogRecGetPrev(record),

0 commit comments

Comments
 (0)