@@ -662,7 +662,7 @@ SetRWConflict(SERIALIZABLEXACT *reader, SERIALIZABLEXACT *writer)
662
662
if (!conflict )
663
663
ereport (ERROR ,
664
664
(errcode (ERRCODE_OUT_OF_MEMORY ),
665
- errmsg ("not enough elements in RWConflictPool to record arw- conflict" ),
665
+ errmsg ("not enough elements in RWConflictPool to record aread/write conflict" ),
666
666
errhint ("You might need to run fewer transactions at a time or increase max_connections." )));
667
667
668
668
SHMQueueDelete (& conflict -> outLink );
@@ -690,7 +690,7 @@ SetPossibleUnsafeConflict(SERIALIZABLEXACT *roXact,
690
690
if (!conflict )
691
691
ereport (ERROR ,
692
692
(errcode (ERRCODE_OUT_OF_MEMORY ),
693
- errmsg ("not enough elements in RWConflictPool to record a potentialrw- conflict" ),
693
+ errmsg ("not enough elements in RWConflictPool to record a potentialread/write conflict" ),
694
694
errhint ("You might need to run fewer transactions at a time or increase max_connections." )));
695
695
696
696
SHMQueueDelete (& conflict -> outLink );