Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL
authorHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 1 Oct 2008 08:12:14 +0000 (08:12 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 1 Oct 2008 08:12:14 +0000 (08:12 +0000)
commit9c08550c7573f07be7e59a9500658840fbb143a2
tree9cb60dd59aebabbb312be51c9bf7d2a345f91bf8
parent142eaba02ef65f2896c33d86ecb604c7bc71efde
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