Fix comment in pg_proc.c

Michael Paquier <michael@paquier.xyz>

Commit: fcab82a2d79b4533cfdc8e8d5e00dbdf6830d63a
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-05-13T23:27:59Z
Releases: 15.0
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

PathChange+/−
src/backend/catalog/pg_proc.c modified +1 −1

Discussion