1
0
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:
Peter Eisentraut
2016-07-25 22:07:44 -04:00
parent 1804d1555f
commit 40fcfec82c
5 changed files with 6 additions and 6 deletions

View File

@ -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