Обсуждение: pgsql: Remove unnecessary 'restoredFromArchive' global variable.

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

pgsql: Remove unnecessary 'restoredFromArchive' global variable.

От
Heikki Linnakangas
Дата:
Remove unnecessary 'restoredFromArchive' global variable.

It might've been useful for debugging purposes, but meh. There's
'readSource' which does almost the same thing.

Reviewed-by: Andres Freund
Discussion: https://www.postgresql.org/message-id/b3b71061-4919-e882-4857-27e370ab134a%40iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6b16532811f07fbb58e4b1b248775acbf9f732a2

Modified Files
--------------
src/backend/access/transam/xlog.c | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)