8000 Minor message style adjustment · postgrespro/postgres_cluster@0fe8150 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fe8150

Browse files
committed
Minor message style adjustment
1 parent a830280 commit 0fe8150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/lmgr/predicate.c

Lines changed: 2 additions & 2 deletions
< 7B9B td data-grid-cell-id="diff-b1b1cc39e8f4ee033c8160162745a9a116169b1a87e6629b058d093ef2729a55-666-666-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">666
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ SetRWConflict(SERIALIZABLEXACT *reader, SERIALIZABLEXACT *writer)
662662
if (!conflict)
663663
ereport(ERROR,
664664
(errcode(ERRCODE_OUT_OF_MEMORY),
665-
errmsg("not enough elements in RWConflictPool to record a rw-conflict"),
665+
errmsg("not enough elements in RWConflictPool to record a read/write conflict"),
666
errhint("You might need to run fewer transactions at a time or increase max_connections.")));
667667

668668
SHMQueueDelete(&conflict->outLink);
@@ -690,7 +690,7 @@ SetPossibleUnsafeConflict(SERIALIZABLEXACT *roXact,
690690
if (!conflict)
691691
ereport(ERROR,
692692
(errcode(ERRCODE_OUT_OF_MEMORY),
693-
errmsg("not enough elements in RWConflictPool to record a potential rw-conflict"),
693+
errmsg("not enough elements in RWConflictPool to record a potential read/write conflict"),
694694
errhint("You might need to run fewer transactions at a time or increase max_connections.")));
695695

696696
SHMQueueDelete(&conflict->outLink);

0 commit comments

Comments
 (0)
0