mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 06:43:23 -05:00
it affects. The original coding neglected tablespace entirely (causing the indexes to move to the database's default tablespace) and for an index belonging to a UNIQUE or PRIMARY KEY constraint, it would actually try to assign the parent table's reloptions to the index :-(. Per bug #3672 and subsequent investigation. 8.0 and 8.1 did not have reloptions, but the tablespace bug is present. |
||
|---|---|---|
| .. | ||
| catcache.c | ||
| inval.c | ||
| lsyscache.c | ||
| Makefile | ||
| plancache.c | ||
| relcache.c | ||
| syscache.c | ||
| ts_cache.c | ||
| typcache.c | ||