mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix compilation warning in xlog.c
Oversight in 9d0bd95. Reported-by: Andres Freund Discussion: https://postgr.es/m/20201006023802.qqfi6m5bw5y77zql@alap3.anarazel.de
This commit is contained in:
@ -10250,8 +10250,6 @@ xlog_redo(XLogReaderState *record)
|
||||
static void
|
||||
xlog_outrec(StringInfo buf, XLogReaderState *record)
|
||||
{
|
||||
int block_id;
|
||||
|
||||
appendStringInfo(buf, "prev %X/%X; xid %u",
|
||||
(uint32) (XLogRecGetPrev(record) >> 32),
|
||||
(uint32) XLogRecGetPrev(record),
|
||||
|
Reference in New Issue
Block a user