]> granicus.if.org Git - postgresql/commit
Fix unintended assignment of sequences to the containing schema's
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Aug 2004 17:10:36 +0000 (17:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Aug 2004 17:10:36 +0000 (17:10 +0000)
commit617d6ea7df6edbdf959a6c6dbf6f4fdd3d272a9c
tree9959d86e0dc81a03f102f673e49b0ee677c31c70
parenta421b4e850087e6ba7e63dc9193376718e96d43a
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.
src/backend/bootstrap/bootparse.y
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/include/catalog/heap.h