pgsql/src/backend/utils/cache relcache.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/cache relcache.c
Date
Msg-id 200104022330.f32NU5Y41045@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/storage/smgr md.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/storage/file fd.c