pgsql/src/backend/utils/cache (relcache.c temprel.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/utils/cache (relcache.c temprel.c)
Date
Msg-id 200012222312.eBMNC7x70403@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, December 22, 2000 @ 18:12:07
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/cache
     from hub.org:/home/projects/pgsql/tmp/cvs-serv70301/src/backend/utils/cache

Modified Files:
    relcache.c temprel.c

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

Small cleanup of temp-table handling.  Disallow creation of a non-temp
table that inherits from a temp table.  Make sure the right things happen
if one creates a temp table, creates another temp that inherits from it,
then renames the first one.  (Previously, system would end up trying to
delete the temp tables in the wrong order.)


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/commands (creatinh.c vacuum.c command.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/include/utils (temprel.h)