From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Split out list of XLog resource managers |
Date: | 2013-02-06 11:48:34 |
Message-ID: | E1U33UQ-0006Mg-CG@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/5a1cd89f8f4a0bc13c85810de47d48bb6386ea89
Modified Files
--------------
src/backend/access/transam/rmgr.c | 21 +++--------------
src/include/access/rmgr.h | 36 +++++++++++++----------------
src/include/access/rmgrlist.h | 44 ++++++++++++++++++++++++++++++++++++
src/include/access/xlog_internal.h | 5 +++-
4 files changed, 68 insertions(+), 38 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2013-02-06 16:36:38 | Re: [COMMITTERS] pgsql: Fast promote mode skips checkpoint at end of recovery. |
Previous Message | Alvaro Herrera | 2013-02-06 03:30:26 | Re: [COMMITTERS] pgsql: Improve concurrency of foreign key locking |