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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
