Re: Correct comment in ProcedureCreate() for pgstat_create_function() call.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Amul Sul <sulamul@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-05-13T23:29:04Z
Lists: pgsql-hackers
On Fri, May 13, 2022 at 04:09:00PM +0900, Michael Paquier wrote: > As of what pgstat_create_function() does to create the stats of a new > function in a transactional way, it looks like you are right. Will > fix if there are no objections. And done with fcab82a. Thanks, Amul. -- Michael
Commits
-
Fix comment in pg_proc.c
- fcab82a2d79b 15.0 landed