forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitec20545
committed
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 enoughfor our purposes, especially since this is only needed inlong-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 toc3556f6, which probably missed catching thisbecause the problematic pattern was already gone when thatpatch 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 worthchanging, and the whole mess is gone as of v15.Discussion:https://postgr.es/m/165561.1661984701@sss.pgh.pa.us1 parent8bd054a commitec20545
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
0 commit comments
Comments
(0)