pgsql: Remove dead InRecovery check.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove dead InRecovery check.
Дата
Msg-id E1XSAJH-0000VR-8r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove dead InRecovery check.

With the new B-tree incomplete split handling in 9.4, _bt_insert_parent is
never called in recovery.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b8b4124011322b7e376f9e21b3d335a85a28f54c

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: improve hash creation warning message
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove dead InRecovery check.