Skip to content

Commit c020830

Browse files
committed
fix basebackup key cleanup #2
1 parent 65f48bc commit c020830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pglogical_apply.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ MtmExecutor(void* work, size_t size, MtmReceiverContext *receiver_ctx)
15981598

15991599
rc = SPI_execute("delete from mtm.config where key='basebackup'", false, 0);
16001600
if (rc != SPI_OK_DELETE)
1601-
mtm_log(ERROR, "Failed to load node list");
1601+
mtm_log(ERROR, "Failed to clean basebackup info");
16021602

16031603
if (SPI_finish() != SPI_OK_FINISH)
16041604
mtm_log(ERROR, "could not finish SPI");

0 commit comments

Comments
 (0)