Re: tydedef extraction - back to the future

2024-05-22 Thread Peter Eisentraut
On 20.05.24 23:11, Andrew Dunstan wrote: Attached is an attempt to thread this needle. The core is a new perl module that imports the current buildfarm client logic. The intention is that once we have this, the buildfarm client will switch to using the module (if found) rather than its own buil

Re: tydedef extraction - back to the future

2024-05-20 Thread Tom Lane
Andrew Dunstan writes: > Attached is an attempt to thread this needle. The core is a new perl > module that imports the current buildfarm client logic. The intention is > that once we have this, the buildfarm client will switch to using the > module (if found) rather than its own built-in logic

tydedef extraction - back to the future

2024-05-20 Thread Andrew Dunstan
Many years ago we in effect moved maintenance of the typedefs list for pgindent into the buildfarm client. The reason was that there were a number of typedefs that were platform dependent, so we wanted to have coverage across a number of platforms to get a comprehensive list. Lately, this has