]> granicus.if.org Git - postgresql/commit
In RelationNameGetRelation(), replace temp table name by
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Sep 1999 21:47:23 +0000 (21:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Sep 1999 21:47:23 +0000 (21:47 +0000)
commitcb36c0f6821d52c30e99192bfe31d8becb9931ff
treea86c1e17261ff8bf7483f95e174a51476b485d5f
parent15dd16785418161def589bbe8e5dd86460214ba4
In RelationNameGetRelation(), replace temp table name by
real name before doing lookup.  We only want to index temp tables by their
real names in the relcache, to ensure there's not more than one relcache
entry for them.
src/backend/utils/cache/relcache.c