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 871ec0e commit 38c363aCopy full SHA for 38c363a
src/backend/access/transam/twophase.c
@@ -1647,7 +1647,7 @@ CheckPointTwoPhase(XLogRecPtr redo_horizon)
1647
if (log_checkpoints && serialized_xacts > 0)
1648
ereport(LOG,
1649
(errmsg_plural("%u two-phase state file was written "
1650
- "for long-running prepared transactions",
+ "for a long-running prepared transaction",
1651
"%u two-phase state files were written "
1652
"for long-running prepared transactions",
1653
serialized_xacts,
0 commit comments