OSDN Git Service

Fix problem with table drop after rollback of transaction, no flush
authorBruce Momjian <bruce@momjian.us>
Sat, 13 Jun 1998 20:22:54 +0000 (20:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 13 Jun 1998 20:22:54 +0000 (20:22 +0000)
commit1e88d82462962df4f9082e1f4f0b8268d10e8573
tree7c89777d34549bd3790155d4d0e73d6bcf6e5ce7
parentd3d541996b52f6170c2613129e8b8be2b0411943
Fix problem with table drop after rollback of transaction, no flush
of index tuples.  Thanks to Vadim for fix.
src/backend/catalog/heap.c
src/backend/catalog/index.c