We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f113e commit fcab82aCopy full SHA for fcab82a
src/backend/catalog/pg_proc.c
@@ -710,7 +710,7 @@ ProcedureCreate(const char *procedureName,
710
AtEOXact_GUC(true, save_nestlevel);
711
}
712
713
- /* ensure that stats are dropped if transaction commits */
+ /* ensure that stats are dropped if transaction aborts */
714
if (!is_update)
715
pgstat_create_function(retval);
716
0 commit comments