pgsql/src/backend/utils/cache (temprel.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/cache (temprel.c)
Date: 2000-06-20 06:41:13
Message-ID: 200006200641.e5K6fDo60278@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, June 20, 2000 @ 02:41:12
Author: tgl

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

Modified Files:
temprel.c

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

Make renaming a temp table behave sensibly. We don't need to touch
the underlying table at all, just change the mapping entry ... but
that logic was missing.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-06-20 06:41:18 pgsql/src/backend/commands (rename.c)
Previous Message Tom Lane 2000-06-20 06:41:12 pgsql/src/include/utils (temprel.h)