forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit555353c
committed
Rearrange extension-related views as per recent discussion.
The original design of pg_available_extensions did not consider thepossibility of version-specific control files. Split it into two views:pg_available_extensions shows information that is generic about anextension, while pg_available_extension_versions shows all availableversions together with information that could be version-dependent.Also, add an SRF pg_extension_update_paths() to assist in checking thata collection of update scripts provide sane update path sequences.1 parentcee103d commit555353c
File tree
9 files changed
+570
-96
lines changed- doc/src/sgml
- src
- backend
- catalog
- commands
- bin/psql
- include
- catalog
- utils
- test/regress/expected
9 files changed
+570
-96
lines changedLines changed: 82 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6330 | 6330 |
| |
6331 | 6331 |
| |
6332 | 6332 |
| |
| 6333 | + | |
| 6334 | + | |
| 6335 | + | |
| 6336 | + | |
| 6337 | + | |
6333 | 6338 |
| |
6334 | 6339 |
| |
6335 | 6340 |
| |
| |||
6460 | 6465 |
| |
6461 | 6466 |
| |
6462 | 6467 |
| |
6463 |
| - | |
| 6468 | + | |
6464 | 6469 |
| |
6465 |
| - | |
| 6470 | + | |
| 6471 | + | |
6466 | 6472 |
| |
6467 | 6473 |
| |
6468 | 6474 |
| |
6469 |
| - | |
| 6475 | + | |
6470 | 6476 |
| |
6471 | 6477 |
| |
6472 | 6478 |
| |
6473 | 6479 |
| |
6474 | 6480 |
| |
6475 | 6481 |
| |
6476 |
| - | |
| 6482 | + | |
| 6483 | + | |
| 6484 | + | |
| 6485 | + | |
| 6486 | + | |
| 6487 | + | |
| 6488 | + | |
| 6489 | + | |
| 6490 | + | |
| 6491 | + | |
| 6492 | + | |
| 6493 | + | |
| 6494 | + | |
| 6495 | + | |
| 6496 | + | |
| 6497 | + | |
| 6498 | + | |
| 6499 | + | |
| 6500 | + | |
| 6501 | + | |
| 6502 | + | |
| 6503 | + | |
| 6504 | + | |
| 6505 | + | |
| 6506 | + | |
| 6507 | + | |
| 6508 | + | |
| 6509 | + | |
| 6510 | + | |
| 6511 | + | |
| 6512 | + | |
| 6513 | + | |
| 6514 | + | |
| 6515 | + | |
| 6516 | + | |
| 6517 | + | |
| 6518 | + | |
| 6519 | + | |
| 6520 | + | |
| 6521 | + | |
| 6522 | + | |
| 6523 | + | |
| 6524 | + | |
6477 | 6525 |
| |
6478 |
| - | |
6479 |
| - | |
| 6526 | + | |
| 6527 | + | |
| 6528 | + | |
| 6529 | + | |
| 6530 | + | |
| 6531 | + | |
| 6532 | + | |
| 6533 | + | |
| 6534 | + | |
| 6535 | + | |
| 6536 | + | |
| 6537 | + | |
| 6538 | + | |
| 6539 | + | |
6480 | 6540 |
| |
6481 | 6541 |
| |
6482 | 6542 |
| |
| |||
6485 | 6545 |
| |
6486 | 6546 |
| |
6487 | 6547 |
| |
| 6548 | + | |
| 6549 | + | |
| 6550 | + | |
| 6551 | + | |
| 6552 | + | |
| 6553 | + | |
| 6554 | + | |
| 6555 | + | |
| 6556 | + | |
| 6557 | + | |
| 6558 | + | |
| 6559 | + | |
| 6560 | + | |
| 6561 | + | |
6488 | 6562 |
| |
6489 | 6563 |
| |
6490 | 6564 |
| |
| |||
6495 | 6569 |
| |
6496 | 6570 |
| |
6497 | 6571 |
| |
6498 |
| - | |
| 6572 | + | |
| 6573 | + | |
6499 | 6574 |
| |
6500 |
| - | |
6501 | 6575 |
| |
6502 | 6576 |
| |
6503 | 6577 |
| |
|
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
768 | 782 |
| |
769 | 783 |
| |
770 | 784 |
| |
|
Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
158 |
| - | |
| 157 | + | |
| 158 | + | |
159 | 159 |
| |
160 |
| - | |
161 |
| - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
162 | 168 |
| |
163 | 169 |
| |
164 | 170 |
| |
|
0 commit comments
Comments
(0)