pgsql: Put the logic to wait for WAL in standby mode to a separate func

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Put the logic to wait for WAL in standby mode to a separate func
Дата
Msg-id E1TLcd6-0005OM-St@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Put the logic to wait for WAL in standby mode to a separate function.

This is just refactoring with no user-visible effect, to make the code more
readable.

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c |  429 +++++++++++++++++++------------------
1 files changed, 222 insertions(+), 207 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: restore permission bits
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix silly bug in previous refactoring.