Re: Why does pgindent's README say to download typedefs.list from the buildfarm?
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2024-05-15T20:07:18Z
Lists: pgsql-hackers
Attachments
- pgindent_readme_v3.patch (application/octet-stream) patch v3
On Wed, May 15, 2024 at 3:30 PM Nathan Bossart <nathandbossart@gmail.com> wrote: > On Wed, May 15, 2024 at 12:06:03PM -0400, Robert Haas wrote: > > What jumps out at me when I read this patch is that it says that an > > incremental run should do steps 1-3 of a complete run, and then > > immediately backtracks and says not to do step 2, which seems a little > > strange. > > > > I played around with this a bit and came up with the attached, which > > takes a slightly different approach. Feel free to use, ignore, etc. > > This is much cleaner, thanks. The only thing that stands out to me is that > the "once per release cycle" section should probably say to do an indent > run after downloading the typedef file. How's this? -- Robert Haas EDB: http://www.enterprisedb.com
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