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

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

From
Tom Lane
Date:
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.