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 e1efc5b commit 0a143c3Copy full SHA for 0a143c3
src/backend/replication/logical/origin.c
@@ -796,7 +796,7 @@ StartupReplicationOrigin(void)
796
FIN_CRC32C(crc);
797
if (file_crc != crc)
798
ereport(PANIC,
799
- (errcode(ERRCODE_CONFIGURATION_LIMIT_EXCEEDED),
+ (errcode(ERRCODE_DATA_CORRUPTED),
800
errmsg("replication slot checkpoint has wrong checksum %u, expected %u",
801
crc, file_crc)));
802
0 commit comments