pgsql: Remove superflous variable from xlogreader's XLogFindNextRecord(

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove superflous variable from xlogreader's XLogFindNextRecord(
Дата
Msg-id E1Y7mIl-0007nG-Kk@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix inconsequential fd leak in the new mark_file_as_archived() f
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix off-by-one in pg_xlogdump's fuzzy_open_file().