]> granicus.if.org Git - postgresql/commit
Make it possible to execute crashed CREATE/DROP commands again.
authorHiroshi Inoue <inoue@tpf.co.jp>
Thu, 4 Nov 1999 08:01:09 +0000 (08:01 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Thu, 4 Nov 1999 08:01:09 +0000 (08:01 +0000)
commit2e2189a568e551e97180a8575bdbe320b3947b34
tree0932a058fad004c0d5b699e15d0d1f66a01be52f
parenta2c834f709e6841a1eef360f40448167b6f58208
Make it possible to execute crashed CREATE/DROP commands again.
Now indexes of pg_class and pg_type are unique indexes
and guarantee the uniqueness of correponding attributes.
heap_create() was changed to take another boolean parameter
which allows to postpone the creation of disk file.
The name of rd_nonameunlinked was changed to rd_unlinked.
It is used generally(not only for noname relations) now.
Requires initdb.
14 files changed:
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/catalog/genbki.sh.in
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/executor/execAmi.c
src/backend/storage/smgr/md.c
src/backend/storage/smgr/smgr.c
src/backend/utils/cache/relcache.c
src/include/catalog/catversion.h
src/include/catalog/heap.h
src/include/catalog/indexing.h
src/include/postgres.h
src/include/utils/rel.h