mirror of
https://github.com/postgres/postgres.git
synced 2026-05-19 16:57:03 -04:00
An instance of PostgreSQL crashing with a bad timing could leave behind temporary pg_internal.init files, potentially causing failures when verifying checksums. As the same exclusion lists are used between pg_rewind, pg_checksums and basebackup.c, all those tools are extended with prefix checks to keep everything in sync, with dedicated checks added for pg_internal.init. Backpatch down to 11, where pg_checksums (pg_verify_checksums in 11) and checksum verification for base backups have been introduced. Reported-by: Michael Banck Author: Michael Paquier Reviewed-by: Kyotaro Horiguchi, David Steele Discussion: https://postgr.es/m/62031974fd8e941dd8351fbc8c7eff60d59c5338.camel@credativ.de Backpatch-through: 11 |
||
|---|---|---|
| .. | ||
| po | ||
| t | ||
| .gitignore | ||
| copy_fetch.c | ||
| datapagemap.c | ||
| datapagemap.h | ||
| fetch.c | ||
| fetch.h | ||
| file_ops.c | ||
| file_ops.h | ||
| filemap.c | ||
| filemap.h | ||
| libpq_fetch.c | ||
| Makefile | ||
| nls.mk | ||
| parsexlog.c | ||
| pg_rewind.c | ||
| pg_rewind.h | ||
| timeline.c | ||