diff options
| author | Robert Haas <rhaas@postgresql.org> | 2011-07-18 11:02:48 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2011-07-18 11:04:43 -0400 |
| commit | 367bc426a1c22b9f6badb06cd41fc438fd034639 (patch) | |
| tree | eb518f0e9399e0857f0e5f79c10750e1bfdaf909 /src/include/catalog/heap.h | |
| parent | 8f8a273c4d2433de57f6f0356f44ab47b7387641 (diff) | |
| download | postgresql-367bc426a1c22b9f6badb06cd41fc438fd034639.tar.gz | |
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Noah Misch. Review and minor cosmetic changes by me.
Diffstat (limited to 'src/include/catalog/heap.h')
| -rw-r--r-- | src/include/catalog/heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index 0b7b190dd1..aee2d88ebe 100644 --- a/src/include/catalog/heap.h +++ b/src/include/catalog/heap.h @@ -39,6 +39,7 @@ extern Relation heap_create(const char *relname, Oid relnamespace, Oid reltablespace, Oid relid, + Oid relfilenode, TupleDesc tupDesc, char relkind, char relpersistence, |
