1
0
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:
Peter Eisentraut
2011-07-05 00:01:35 +03:00
parent d479a0f92f
commit 27af66162b
9 changed files with 18 additions and 17 deletions

View File

@@ -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.")));
}
}