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-dsnr0ku...@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fcab82a2d79b4533cfdc8e8d5e00dbdf6830d63a

Modified Files
--------------
src/backend/catalog/pg_proc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Reply via email to