Commit 5804930
Fix gpcheckcat that checks foreign key reference for appendonly tables
As greenplum-db/gpdb-archive@afde39b3f973c
committed in Greenplum upstream, the partition table allows to have
table access method.
One additional behavior is that the normal appendonly tables have
their entries in pg_appendonly, one-per-entry. But the partition
table hasn't. The foreign key check is applied. Missing entry in
pg_appendonly for tables with relam to be ao_row/ao_column will
be reported in gpcheckcat.
This commit backports partial changes from the above commit,
and will fix the catalog issue.1 parent c67e370 commit 5804930
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- gpMgmt/bin
- gpcheckcat_modules
- gppylib/test/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments