Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL
commitb207685f3973da204cbf8b2099c1e7e4ef67f755
authorheikki <heikki>
Wed, 1 Oct 2008 08:12:14 +0000 (1 08:12 +0000)
committerheikki <heikki>
Wed, 1 Oct 2008 08:12:14 +0000 (1 08:12 +0000)
tree58df3f609bdf3c140e9ac7f857ac2118812d7a97
parentb321b23d664e812e032be4dc7343e9e5be9a6cdd
Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL
replay, because it tries to XLogInsert().
src/backend/storage/freespace/freespace.c