]> granicus.if.org Git - postgresql/commit
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 19 Apr 2018 06:27:56 +0000 (09:27 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 19 Apr 2018 06:27:56 +0000 (09:27 +0300)
commit3d927961ae1232487796bebb254d92fb6d0d1e03
treeddb6c64f3b01e476f7639fd26d860d3c39364a52
parent075aade4361b9f973172b925ddfb908a012b5796
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()

New WAL record XLOG_BTREE_META_CLEANUP introduced in 857f9c36 has no handling
in btree_desc() and btree_identify().  This patch implements corresponding
handling.

Alexander Korotkov
src/backend/access/rmgrdesc/nbtdesc.c