]> granicus.if.org Git - postgresql/commit
Revert "Prevent panic during shutdown checkpoint"
authorAndres Freund <andres@anarazel.de>
Tue, 6 Jun 2017 01:53:41 +0000 (18:53 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 6 Jun 2017 02:18:15 +0000 (19:18 -0700)
commit703f148e98ecb4b299fdad403fc5a1de51220714
tree6f6d70af2a15f51949990235b5dbf97ff7e1c38a
parent41a21bf9b4a2449eddc8ea2b29597e835eea9bfd
Revert "Prevent panic during shutdown checkpoint"

This reverts commit 086221cf6b1727c2baed4703c582f657b7c5350e, which
was made to master only.

The approach implemented in the above commit has some issues.  While
those could easily be fixed incrementally, doing so would make
backpatching considerably harder, so instead first revert this patch.

Discussion: https://postgr.es/m/20170602002912.tqlwn4gymzlxpvs2@alap3.anarazel.de
doc/src/sgml/monitoring.sgml
src/backend/access/transam/xlog.c
src/backend/postmaster/postmaster.c
src/backend/replication/walsender.c
src/include/replication/walsender.h
src/include/replication/walsender_private.h