@@ -662,7 +662,7 @@ SetRWConflict(SERIALIZABLEXACT *reader, SERIALIZABLEXACT *writer)
662662if (!conflict )
663663ereport (ERROR ,
664664(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" ),
666666errhint ("You might need to run fewer transactions at a time or increase max_connections." )));
667667
668668SHMQueueDelete (& conflict -> outLink );
@@ -690,7 +690,7 @@ SetPossibleUnsafeConflict(SERIALIZABLEXACT *roXact,
690690if (!conflict )
691691ereport (ERROR ,
692692(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" ),
694694errhint ("You might need to run fewer transactions at a time or increase max_connections." )));
695695
696696SHMQueueDelete (& conflict -> outLink );