forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0a9cbcb
committed
Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since
there's an indirect dependency on the owner via the parent table. We werealready handling indexes that way, but not toast tables for some reason.Saves a little catalog space and cuts down the verbosity of checkSharedDependenciesreports.1 parent2b32153 commit0a9cbcb
2 files changed
+11
-6
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
961 |
| - | |
962 |
| - | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
963 | 966 |
| |
964 | 967 |
| |
| 968 | + | |
965 | 969 |
| |
966 | 970 |
| |
967 | 971 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
5478 | 5478 |
| |
5479 | 5479 |
| |
5480 | 5480 |
| |
5481 |
| - | |
| 5481 | + | |
5482 | 5482 |
| |
5483 | 5483 |
| |
5484 |
| - | |
| 5484 | + | |
| 5485 | + | |
5485 | 5486 |
| |
5486 | 5487 |
| |
5487 | 5488 |
| |
|
0 commit comments
Comments
(0)