pgsql/src/backend/utils/cache relcache.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/cache relcache.c
Date: 2001-04-02 23:30:05
Message-ID: 200104022330.f32NU5Y41045@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/04/02 19:30:04

Modified files:
src/backend/utils/cache: relcache.c

Log message:
Restore pre-7.1 behavior of allowing DROP of a table whose underlying
physical file has disappeared. There is no really good reason why
relcache should be opening the underlying file at all, AFAICS.
In any case we needn't raise a hard error here.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-04-03 02:31:52 pgsql/src/backend/storage/file fd.c
Previous Message Tom Lane 2001-04-02 23:20:25 pgsql/src/backend/storage/smgr md.c