]> granicus.if.org Git - postgresql/commit
Revert "Move page initialization from RelationAddExtraBlocks() to use."
authorAndres Freund <andres@anarazel.de>
Tue, 29 Jan 2019 01:16:56 +0000 (17:16 -0800)
committerAndres Freund <andres@anarazel.de>
Tue, 29 Jan 2019 01:16:56 +0000 (17:16 -0800)
commit684200543b4cbfe1ac002c9962e90683d4ea4691
tree988c5842339b4bbcd3494bf3e0873c2decde89dd
parentfc02e6724f3ce069b33284bce092052ab55bd751
Revert "Move page initialization from RelationAddExtraBlocks() to use."

This reverts commit fc02e6724f3ce069b33284bce092052ab55bd751 and
e6799d5a53011985d916fdb48fe014a4ae70422e.

Parts of the buildfarm error out with
ERROR: page %u of relation "%s" should be empty but is not
errors, and so far I/we do not know why. fc02e672 didn't fix the
issue.  As I cannot reproduce the issue locally, it seems best to get
the buildfarm green again, and reproduce the issue without time
pressure.
src/backend/access/heap/hio.c
src/backend/access/heap/vacuumlazy.c