pgsql/src/include/utils (temprel.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/utils (temprel.h)
Date
Msg-id 200006200641.e5K6fC760270@hub.org
Whole thread Raw
Responses Re: pgsql/src/include/utils (temprel.h)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-committers
  Date: Tuesday, June 20, 2000 @ 02:41:12
Author: tgl

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

Modified Files:
    temprel.h

-----------------------------  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.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/optimizer/plan (planner.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/cache (temprel.c)