Re: Remove MSVC scripts from the tree
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Andres Freund <andres@anarazel.de>, vignesh C <vignesh21@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>,
Shubham Khanna <khannashubham1197@gmail.com>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-12-21T09:12:46Z
Lists: pgsql-hackers
On 20.12.23 16:43, Peter Eisentraut wrote: > On 20.12.23 12:40, Andres Freund wrote: >> Hm, or perhaps we should just get rid of sed use altogether. The >> sepgsql case >> is trivially translateable to perl, and postprocess_dtrace.sed isn't >> much harder. > > Maybe yeah, but also it seems fine as is and we can easily fix the > present issue ... > >> OTOH, I actually don't think it's valid to not have sed when you have >> dtrace. Erroring out in a weird way in such an artificially >> constructed test >> doesn't really seem like a problem. > > Agreed. So let's just make it not-required, and that should work. > > Updated patch set attached. I have committed these two.
Commits
-
Make win32tzlist.pl checkable again
- 8ddf9c1dc020 17.0 landed
-
meson: Make gzip and tar optional
- 9ca6e7b9411e 17.0 landed
-
meson: Make sed optional
- 9aa374dcfb76 17.0 landed
-
Remove MSVC scripts
- 1301c80b2167 17.0 landed
-
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
- 3849fe7c2ba7 17.0 landed