Re: Generate pg_stat_get_xact*() functions with Macros
Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
From: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: "Gregory Stark (as CFM)" <stark.cfm@gmail.com>,
Andres Freund <andres@anarazel.de>,
Michael Paquier <michael.paquier@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-28T05:19:53Z
Lists: pgsql-hackers
On 3/28/23 12:41 AM, Michael Paquier wrote: > On Mon, Mar 27, 2023 at 07:08:51PM +0900, Michael Paquier wrote: >> The patch has one mistake: PG_STAT_GET_XACT_FUNCENTRY_FLOAT8_MS does >> not need a slash on its last line or it would include the next, empty >> line. This could lead to mistakes (no need to send a new patch just >> for that). > > Adjusted that, and the rest was fine after a second look, so applied. > It looks like we are done for now with this thread, so I have marked > it as committed in the CF app. Thanks for having corrected the mistake and applied the patch! Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
Generate a few more functions of pgstatfuncs.c with macros
- 4efd0bf7eaeb 16.0 landed
-
Generate pg_stat_get_xact*() functions for relations using macros
- 850f4b4c8cab 16.0 landed