Commit d2e90d4
committed
fix: upgrade pg_textsearch from v0.2.0 to main@ae1c221 (crash fix)
Upgrades pg_textsearch to include the ResourceOwnerEnlarge crash fix
from PR #248 (issue #247). The crash occurs when a BM25 index scan
runs inside a transaction that is rolled back.
Changes:
- Pin pg_textsearch to commit ae1c221 on main (no tagged release
includes the fix yet; latest release is v0.5.1)
- Remove the math.h sed workaround (fixed upstream in v0.3.0)
- Clone full repo instead of shallow tag clone (needed for commit checkout)1 parent c0019b3 commit d2e90d4
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | | - | |
63 | | - | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments