]> granicus.if.org Git - postgresql/commit
Restore pre-7.1 behavior of allowing DROP of a table whose underlying
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Apr 2001 23:30:04 +0000 (23:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Apr 2001 23:30:04 +0000 (23:30 +0000)
commit503c80d2a0da77686c2549c37a4b0033c5f4a95a
treee2abae773b9854c57792ab7ccbc9a5855bba5504
parent244fd47124890625d2b3284cb4836bab90d38bde
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.
src/backend/utils/cache/relcache.c