pgsql/src/backend/commands (rename.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (rename.c)
Date: 2000-05-25 21:30:21
Message-ID: 200005252130.RAA33391@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, May 25, 2000 @ 17:30:20
Author: tgl

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

Modified Files:
rename.c

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

Do table renaming in a sane order: physical file rename must happen
*last*, after all updating of system catalogs. In old code, an error
detected during TypeRename left the relation hosed. Also, add a call
to flush the relation's relcache entry, rather than trusting to shared
cache invalidation to flush it for us.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-05-25 22:42:19 pgsql/src/backend/parser (gram.y parse_expr.c)
Previous Message Tom Lane 2000-05-25 21:25:32 pgsql/src/backend/catalog (heap.c)