Fix comment in pg_proc.c
Michael Paquier <michael@paquier.xyz>
Fix comment in pg_proc.c pgstat_create_function() creates stats for a function in a transactional fashion, so the stats would be dropped if transaction creating the function is aborted, not committed. Author: Amul Sul Discussion: https://postgr.es/m/CAAJ_b97x1T3xgAMWNj4w7kSgN0nTuG-vLrQJ4NB-dsNr0Kudxw@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/pg_proc.c | modified | +1 −1 |
Discussion
- Correct comment in ProcedureCreate() for pgstat_create_function() call. 4 messages · 2022-05-13