pgsql: Split hash.h → hash_xlog.h

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Split hash.h → hash_xlog.h
Дата
Msg-id E1beUcr-00054e-Ns@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Split hash.h → hash_xlog.h
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix pg_receivexlog compile
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Split hash.h → hash_xlog.h