pgsql: Fix comment in pg_proc.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in pg_proc.c
Date
Msg-id E1npei1-000aRS-2F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Clean up newlines following left parentheses
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix slow animal timeouts in 032_relfilenode_reuse.pl.