Split out list of XLog resource managers
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 5 Feb 2013 20:21:29 +0000 (17:21 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 6 Feb 2013 11:47:28 +0000 (08:47 -0300)
commit5a1cd89f8f4a0bc13c85810de47d48bb6386ea89
treecc6aaa1c924658847fcc1a143bdcebad18dbfa08
parentcb9b66d31ad4bcd37226f20d651a213323621b89
Split out list of XLog resource managers

The new rmgrlist.h header, containing all necessary data
about built-in resource managers, allows other pieces of code to
access them.

In particular, this allows a future pg_xlogdump program to extract
rm_desc function pointers, without having to keep a duplicate list of
them.
src/backend/access/transam/rmgr.c
src/include/access/rmgr.h
src/include/access/rmgrlist.h [new file with mode: 0644]
src/include/access/xlog_internal.h