Commit 0a3c864c authored by Michael Paquier's avatar Michael Paquier

Fix compilation warning in xlog.c

Oversight in 9d0bd95.

Reported-by: Andres Freund
Discussion: https://postgr.es/m/20201006023802.qqfi6m5bw5y77zql@alap3.anarazel.de
parent 1df2b50d
...@@ -10250,8 +10250,6 @@ xlog_redo(XLogReaderState *record) ...@@ -10250,8 +10250,6 @@ xlog_redo(XLogReaderState *record)
static void static void
xlog_outrec(StringInfo buf, XLogReaderState *record) xlog_outrec(StringInfo buf, XLogReaderState *record)
{ {
int block_id;
appendStringInfo(buf, "prev %X/%X; xid %u", appendStringInfo(buf, "prev %X/%X; xid %u",
(uint32) (XLogRecGetPrev(record) >> 32), (uint32) (XLogRecGetPrev(record) >> 32),
(uint32) XLogRecGetPrev(record), (uint32) XLogRecGetPrev(record),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment