forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb43e85
committed
Create stub functions to support pg_upgrade of old contrib/tsearch2.
Commits9ff6027 anddbe2328 adjusted the declarationsof some core functions referenced by contrib/tsearch2's install script,forgetting that in a pg_upgrade situation, we'll be trying to restoreoperator class definitions that reference the old signatures. We'vehit this problem before; solve it in the same way as before, namely byinstalling stub functions that have the expected signature and justinvoke the correct function. Per report from Jeff Janes.(Someday we ought to stop supporting contrib/tsearch2, but I'm notsure today is that day.)1 parentcc6077d commiteb43e85
File tree
6 files changed
+60
-1
lines changed- src
- backend/utils/adt
- include
- catalog
- tsearch
6 files changed
+60
-1
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + |
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
805 | 805 |
| |
806 | 806 |
| |
807 | 807 |
| |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + |
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4516 | 4516 |
| |
4517 | 4517 |
| |
4518 | 4518 |
| |
| 4519 | + | |
| 4520 | + | |
4519 | 4521 |
| |
4520 | 4522 |
| |
4521 | 4523 |
| |
| |||
4535 | 4537 |
| |
4536 | 4538 |
| |
4537 | 4539 |
| |
| 4540 | + | |
| 4541 | + | |
| 4542 | + | |
| 4543 | + | |
| 4544 | + | |
4538 | 4545 |
| |
4539 | 4546 |
| |
4540 | 4547 |
| |
| |||
4578 | 4585 |
| |
4579 | 4586 |
| |
4580 | 4587 |
| |
| 4588 | + | |
| 4589 | + | |
4581 | 4590 |
| |
4582 | 4591 |
| |
4583 | 4592 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| 135 | + | |
135 | 136 |
| |
136 | 137 |
| |
137 | 138 |
| |
| |||
153 | 154 |
| |
154 | 155 |
| |
155 | 156 |
| |
| 157 | + | |
| 158 | + | |
156 | 159 |
| |
157 | 160 |
| |
158 | 161 |
| |
| |||
217 | 220 |
| |
218 | 221 |
| |
219 | 222 |
| |
| 223 | + | |
220 | 224 |
| |
221 | 225 |
| |
222 | 226 |
| |
|
0 commit comments
Comments
(0)