]> granicus.if.org Git - postgresql/commit
Put the logic to wait for WAL in standby mode to a separate function.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 9 Oct 2012 16:20:17 +0000 (19:20 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 9 Oct 2012 16:20:17 +0000 (19:20 +0300)
commitff8f160bf4322c4294deaa0e64ed26467283d525
treef2726ac24e503a6cae917d33a26482aa508fe5a5
parentf7491616a93e02856a44d4bd3b026610fe58704e
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.
src/backend/access/transam/xlog.c