mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08: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:
parent
1df2b50dbe
commit
0a3c864c32
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user