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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
