mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Message style improvements
This commit is contained in:
@ -2980,7 +2980,7 @@ build_pertrans_for_aggref(AggStatePerTrans pertrans,
|
||||
if (pertrans->transfn.fn_strict && aggtranstype == INTERNALOID)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_FUNCTION_DEFINITION),
|
||||
errmsg("combine function for aggregate %u must to be declared as strict",
|
||||
errmsg("combine function for aggregate %u must be declared as STRICT",
|
||||
aggref->aggfnoid)));
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user