pgsql: Remove superflous variable from xlogreader's XLogFindNextRecord( - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove superflous variable from xlogreader's XLogFindNextRecord(
Date
Msg-id E1Y7mIl-0007nG-Kk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove superflous variable from xlogreader's XLogFindNextRecord().

Pointed out by Coverity.

Since this is mere, and debatable, cosmetics I'm not backpatching
this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/14570c28289f82030172c699ec877dd26d04940a

Modified Files
--------------
src/backend/access/transam/xlogreader.c |    3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix inconsequential fd leak in the new mark_file_as_archived() f
Next
From: Andres Freund
Date:
Subject: pgsql: Fix off-by-one in pg_xlogdump's fuzzy_open_file().