mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
Message style tweaks
This commit is contained in:
@@ -882,7 +882,7 @@ OldSerXidAdd(TransactionId xid, SerCommitSeqNo minConflictCommitSeqNo)
|
||||
oldSerXidControl->warningIssued = true;
|
||||
ereport(WARNING,
|
||||
(errmsg("memory for serializable conflict tracking is nearly exhausted"),
|
||||
errhint("There may be an idle transaction or a forgotten prepared transaction causing this.")));
|
||||
errhint("There might be an idle transaction or a forgotten prepared transaction causing this.")));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user