]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix for failure to clean SysCache entry when a relation is deleted
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Jun 1999 02:19:47 +0000 (02:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Jun 1999 02:19:47 +0000 (02:19 +0000)
commit74e7b58b617de4e4d4479cc9b93b6ce718fc0206
treece929fe824c1d3b2ac5977d842e67012f5c15bc4
parent0bddf3da818761f39ddcfa88a9006e7467773329
Fix for failure to clean SysCache entry when a relation is deleted
in the same transaction that created it.
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/utils/cache/catcache.c
src/include/utils/catcache.h