pgsql/src/backend/parser (parse_clause.c parse_relation.c analyze.c gram.y) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/parser (parse_clause.c parse_relation.c analyze.c gram.y)
Date
Msg-id 200011082209.eA8M9xM74905@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, November  8, 2000 @ 17:09:58
Author: tgl

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

Modified Files:
    parse_clause.c parse_relation.c analyze.c gram.y

-----------------------------  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/include/utils (inval.h rel.h temprel.h)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/access/hash (hash.c)