Make it possible to execute crashed CREATE/DROP commands again.

Hiroshi Inoue <inoue@tpf.co.jp>

Commit: 2e2189a568e551e97180a8575bdbe320b3947b34
Author: Hiroshi Inoue <inoue@tpf.co.jp>
Date: 1999-11-04T08:01:09Z
Releases: 7.1.1
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.

Files