-
- Downloads
Fix unintended assignment of sequences to the containing schema's
default tablespace --- they should always go in the database's default tablespace. Adjust heap_create() API so that it is passed the relkind to make this easier; should simplify any further tweaking of the same sort.
Showing
- src/backend/bootstrap/bootparse.y 2 additions, 2 deletionssrc/backend/bootstrap/bootparse.y
- src/backend/catalog/heap.c 32 additions, 13 deletionssrc/backend/catalog/heap.c
- src/backend/catalog/index.c 2 additions, 2 deletionssrc/backend/catalog/index.c
- src/include/catalog/heap.h 2 additions, 2 deletionssrc/include/catalog/heap.h
Loading
Please register or sign in to comment