| From: | tgl(at)postgresql(dot)org |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/include/utils (temprel.h) |
| Date: | 2000-12-22 23:12:08 |
| Message-ID: | 200012222312.eBMNC8a70420@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Friday, December 22, 2000 @ 18:12:07
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/utils
from hub.org:/home/projects/pgsql/tmp/cvs-serv70301/src/include/utils
Modified Files:
temprel.h
----------------------------- 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.)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | tgl | 2000-12-23 04:05:32 | pgsql/src/backend/utils/adt (formatting.c) |
| Previous Message | tgl | 2000-12-22 23:12:07 | pgsql/src/backend/utils/cache (relcache.c temprel.c) |