We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90714b commit 963eb2eCopy full SHA for 963eb2e
src/data.c
@@ -242,6 +242,10 @@ backup_data_page(backup_files_args *arguments,
242
header.block = blknum;
243
header.compressed_size = 0;
244
245
+ /* check for interrupt */
246
+ if (interrupted)
247
+ elog(ERROR, "Interrupted during backup");
248
+
249
/*
250
* Read the page and verify its header and checksum.
251
* Under high write load it's possible that we've read partly
0 commit comments