Attached is a new patch which addresses this problem. (oids in
Bruce Momjian <bruce@momjian.us>
Attached is a new patch which addresses this problem. (oids in regression tests). Chris Bitmead
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/inherit.sgml | modified | +52 −1 |
| src/backend/access/common/heaptuple.c | modified | +10 −2 |
| src/backend/access/heap/heapam.c | modified | +10 −1 |
| src/backend/catalog/heap.c | modified | +14 −4 |
| src/backend/parser/parse_relation.c | modified | +4 −1 |
| src/backend/utils/cache/lsyscache.c | modified | +3 −1 |
| src/include/access/heapam.h | modified | +36 −31 |
| src/include/access/htup.h | modified | +4 −2 |
| src/include/catalog/pg_attribute.h | modified | +11 −1 |
| src/test/regress/expected/inherit.out | modified | +414 −414 |
| src/test/regress/sql/inherit.sql | modified | +40 −40 |
| src/tools/make_mkid | modified | +1 −1 |