]> granicus.if.org Git - postgresql/commit
Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jul 2004 18:01:45 +0000 (18:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jul 2004 18:01:45 +0000 (18:01 +0000)
commit94d4d240bb5c75124a270d1b5fecab1822cd4728
tree363326d8953a9d7a72006f22cf38299baac3dd41
parent98e9775a3ad56754de1caa2558c66a0040933460
Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and
shift support code into heapam.c accordingly.  This is in service of
soon-to-be-committed ALTER TABLE SET TABLESPACE code that will want to
use this same record type for both heaps and indexes.

Theoretically I should have forced initdb for this, but in practice there
is no change in xlog contents because CVS tip will never really emit this
record type anyhow...
src/backend/access/heap/heapam.c
src/backend/access/nbtree/nbtsort.c
src/backend/access/nbtree/nbtxlog.c
src/include/access/htup.h
src/include/access/nbtree.h