Обсуждение: pgsql: Put the logic to wait for WAL in standby mode to a separate func

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)