diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-11 19:52:52 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-11 19:52:52 +0000 |
commit | 8801110b20c6bffe4724e7b27de1c5e519af1b04 (patch) | |
tree | 387b7b294734422a531f1e759ee013d6996778c2 /src/bin/psql/command.c | |
parent | 94d4d240bb5c75124a270d1b5fecab1822cd4728 (diff) | |
download | postgresql-8801110b20c6bffe4724e7b27de1c5e519af1b04.tar.gz postgresql-8801110b20c6bffe4724e7b27de1c5e519af1b04.zip |
Move TablespaceCreateDbspace() call into smgrcreate(), which is where it
probably should have been to begin with; this is to cover cases like
needing to recreate the per-db directory during WAL replay.
Also, fix heap_create to force pg_class.reltablespace to be zero instead
of the database's default tablespace; this makes the world safe for
CREATE DATABASE to handle all tables in the default tablespace alike,
as per previous discussion. And force pg_class.reltablespace to zero
when creating a relation without physical storage (eg, a view); this
avoids possibly having dangling references in this column after a
subsequent DROP TABLESPACE.
Diffstat (limited to 'src/bin/psql/command.c')
0 files changed, 0 insertions, 0 deletions