| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Split hash.h hash_xlog.h |
| Date: | 2016-08-29 22:01:53 |
| Message-ID: | E1beUcr-00054e-Ns@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Split hash.h → hash_xlog.h
Since the hash AM is going to be revamped to have WAL, this is a good
opportunity to clean up the include file a little bit to avoid including
a lot of extra stuff in the future.
Author: Amit Kapila
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/8e1e3f958fb3749fe01e9f2473f4554859c685a8
Modified Files
--------------
src/backend/access/hash/hash.c | 1 +
src/backend/access/rmgrdesc/hashdesc.c | 2 +-
src/backend/access/transam/rmgr.c | 2 +-
src/bin/pg_xlogdump/rmgrdesc.c | 2 +-
src/include/access/hash.h | 6 ------
src/include/access/hash_xlog.h | 25 +++++++++++++++++++++++++
6 files changed, 29 insertions(+), 9 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2016-08-29 22:13:00 | Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. |
| Previous Message | Alvaro Herrera | 2016-08-29 21:18:46 | pgsql: Fix pg_receivexlog compile |