Re: Get rid of PgStat_BackendFunctionEntry
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-08T21:38:38Z
Lists: pgsql-hackers
On Mon, Feb 13, 2023 at 10:06:27AM +0100, Drouvot, Bertrand wrote: > Please find attached a patch proposal to $SUBJECT: it would allow to simplify > even more the work done to generate pg_stat_get_xact*() functions with Macros. > > This is a follow up for [1] where it has been suggested > to get rid of PgStat_BackendFunctionEntry in a separate patch. Looks reasonable to me. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Remove PgStat_BackendFunctionEntry
- e731aeac8928 16.0 landed