Commit de1e928
build: parse beta/rc/devel PostgreSQL version strings
The meson build derived the major version with .split('.')[0].to_int(), which
fails on pre-release version strings such as '19beta1' (no dot, non-numeric
suffix). Strip a trailing beta/rc/devel suffix before converting, so the
extension configures against pre-release PostgreSQL for testing. Release
versions are unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent bd06e11 commit de1e928
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments