pgsql/src/backend/catalog (heap.c index.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/catalog (heap.c index.c)
Date
Msg-id 200011082209.eA8M9vX74894@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, November  8, 2000 @ 17:09:56
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/catalog
     from hub.org:/home/projects/pgsql/tmp/cvs-serv74847/src/backend/catalog

Modified Files:
    heap.c index.c

-----------------------------  Log Message  -----------------------------

Make DROP TABLE rollback-able: postpone physical file delete until commit.
(WAL logging for this is not done yet, however.)  Clean up a number of really
crufty things that are no longer needed now that DROP behaves nicely.  Make
temp table mapper do the right things when drop or rename affecting a temp
table is rolled back.  Also, remove "relation modified while in use" error
check, in favor of locking tables at first reference and holding that lock
throughout the statement.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/access/gist (gist.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/include/catalog (heap.h index.h)