Re: Why does pgindent's README say to download typedefs.list from the buildfarm?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Peter Eisentraut <peter@eisentraut.org>,
Robert Haas <robertmhaas@gmail.com>,
Nathan Bossart <nathandbossart@gmail.com>,
pgsql-hackers@postgresql.org
Date: 2024-05-17T01:09:36Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > On Thu, May 16, 2024 at 10:45:18AM -0400, Tom Lane wrote: >> ... I think the enum should be nuked altogether, but >> it's a bit late to be redesigning that for v17 perhaps. > You're right, WaitEventExtension is better gone. The only thing that > matters is that we want to start computing the IDs assigned to the > custom wait events for extensions with a number higher than the > existing WAIT_EXTENSION to avoid interferences in pg_stat_activity, so > this could be cleaned up as the attached. WFM, and this is probably a place where we don't want to change the API in v17 and again in v18, so I agree with pushing now. Reminder though: beta1 release freeze begins Saturday. Not many hours left. regards, tom lane
Commits
-
Sync typedefs.list with buildfarm, for real this time.
- 70353e463cd3 17.0 landed
-
Remove unused typedefs
- be5942aee7a0 17.0 landed
-
Remove enum WaitEventExtension
- 110eb4aefbad 17.0 landed
-
Add pgindent typedefs file to CVS.
- 16040575a044 9.0.0 cited