Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 18:09:37 +0000 (18:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 18:09:37 +0000 (18:09 +0000)
commit5a4f7638419bb358a0bb82e5c0921a9ea9aa40b9
treedc28bafb57e3c6da877d9102055f4112c5149aed
parent45f9b4646f2f5608d9dbf6357f5a317edcb1d7da
Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot
for a dead_end child, because we didn't AssignPostmasterChildSlot.
src/backend/postmaster/postmaster.c