mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Message style improvements
This commit is contained in:
@ -203,7 +203,7 @@ tqueueReceiveSlot(TupleTableSlot *slot, DestReceiver *self)
|
||||
else if (result != SHM_MQ_SUCCESS)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||
errmsg("unable to send tuples")));
|
||||
errmsg("could not send tuples")));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user