pgsql: Move user functions related to WAL into xlogfuncs.c

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Move user functions related to WAL into xlogfuncs.c
Дата
Msg-id E1RMGEE-0005QY-RA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move user functions related to WAL into xlogfuncs.c

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a030bfa6e41edae8a9a68dc8cef7fc7813f69a0a

Modified Files
--------------
src/backend/access/transam/Makefile    |    3 +-
src/backend/access/transam/xlog.c      |  470 ++------------------------------
src/backend/access/transam/xlogfuncs.c |  467 +++++++++++++++++++++++++++++++
src/include/access/xlog.h              |    5 +
4 files changed, 499 insertions(+), 446 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Unbreak isolationtester on Win32
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Check the return value of getcwd(), instead of assuming success.