diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-31 21:33:45 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-31 21:33:45 -0400 |
commit | ec20545b20de29ae78e8cc8b6860c72be3ae71cd (patch) | |
tree | b69b53cdb8ce4a9cd29fb0f7dfc4517e1e9907e7 /src/backend/access/gist/gistbuild.c | |
parent | 8bd054a4c3108222b1d0996bc988ec393358e20c (diff) | |
download | postgresql-ec20545b20de29ae78e8cc8b6860c72be3ae71cd.tar.gz postgresql-ec20545b20de29ae78e8cc8b6860c72be3ae71cd.zip |
Port regress-python3-mangle.mk to Solaris "sed", redux.
Per experimentation and buildfarm failures, Solaris' "sed"
has got some kind of problem with regexes that use both '*'
and '[[:alpha:]]'. We can work around that by replacing
'[[:alpha:]]' with '[a-zA-Z]', which is plenty good enough
for our purposes, especially since this is only needed in
long-stable branches.
I chose to flat-out remove the second pattern of this sort,
's/except \([a-zA-Z][a-zA-Z.]*\), *\([a-zA-Z][a-zA-Z]*\):/except \1 as \2:/g'
because we haven't needed it since 8.4.
Follow-on to c3556f6fa, which probably missed catching this
because the problematic pattern was already gone when that
patch was written.
Patch v10-v12 only, as the problem manifests only there.
We have a line of dead code in v13-v14, which isn't worth
changing, and the whole mess is gone as of v15.
Discussion: https://postgr.es/m/165561.1661984701@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions