Make sure that FlushRelationBuffers() is invoked by all paths through
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Sep 2000 19:30:03 +0000 (19:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Sep 2000 19:30:03 +0000 (19:30 +0000)
commit9d19ffe564d5e94151b709775aa1e0f19b11121e
treed9a3c639c20ce9e4e488fd7cbe9277ef9f16ac49
parentbb0d2a316d9c89df5327892079e6ee3b3d94ac58
Make sure that FlushRelationBuffers() is invoked by all paths through
vacuum.c.  This is needed to make the world safe for pg_upgrade.
src/backend/commands/vacuum.c