forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita22d6a2
committed
pg_dump: Add missing relkind case
Checking for RELKIND_MATVIEW was forgotten inguessConstraintInheritance(). This isn't a live problem, since it ischecked in flagInhTables() which relkinds can have parents, and thoseentries will have numParents==0 after that. But after discussion itwas felt that this place should be kept consistent withflagInhTables() and flagInhAttrs().Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://www.postgresql.org/message-id/flat/a574c8f1-9c84-93ad-a9e5-65233d6fc00f@enterprisedb.com1 parentf2c52ee commita22d6a2
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2762 | 2762 |
| |
2763 | 2763 |
| |
2764 | 2764 |
| |
2765 |
| - | |
| 2765 | + | |
2766 | 2766 |
| |
2767 |
| - | |
| 2767 | + | |
| 2768 | + | |
2768 | 2769 |
| |
2769 | 2770 |
| |
2770 | 2771 |
| |
|
0 commit comments
Comments
(0)