1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Fix misaligned continuation character.

This commit is contained in:
David Steele
2019-12-17 23:26:52 -05:00
parent 2f7e139534
commit 63a855e2f7
+1 -1
View File
@@ -23,7 +23,7 @@ Macro to check that replay is making progress -- this does not seem useful enoug
" (replayLsn > '" targetLsnParam "')::bool as targetReached,\\n" \
" (replayLsn > '" replayLastLsnParam "')::bool as replayProgress\\n" \
" from pg_catalog.pg_last_" walNameParam "_replay_" lsnNameParam "() as replayLsn\"]", \
.resultInt = 1, .sleep = sleepParam}, \
.resultInt = 1, .sleep = sleepParam}, \
{.session = sessionParam, .function = HRNPQ_CONSUMEINPUT}, \
{.session = sessionParam, .function = HRNPQ_ISBUSY}, \
{.session = sessionParam, .function = HRNPQ_GETRESULT}, \