Обсуждение: pgsql: Remove superflous variable from xlogreader's XLogFindNextRecord(

Поиск
Список
Период
Сортировка

pgsql: Remove superflous variable from xlogreader's XLogFindNextRecord(

От
Andres Freund
Дата:
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(-)