mirror of
https://github.com/postgres/postgres.git
synced 2025-08-11 04:22:52 +03:00
Add some enumeration commas, for consistency
This commit is contained in:
@@ -739,7 +739,7 @@ AtPrepare_Notify(void)
|
||||
if (pendingActions || pendingNotifies)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("cannot PREPARE a transaction that has executed LISTEN, UNLISTEN or NOTIFY")));
|
||||
errmsg("cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY")));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user