File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ),
666666 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 );
You can’t perform that action at this time.
0 commit comments