Repair problems with the result of lookup_rowtype_tupdesc() possibly being

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 754da88e19e56a6aaba06a57f45fdf1b5ae792a3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-17T17:33:37Z
Releases: 8.0.7
Repair problems with the result of lookup_rowtype_tupdesc() possibly being
discarded by cache flush while still in use.  This is a minimal patch that
just copies the tupdesc anywhere it could be needed across a flush.  Applied
to back branches only; Neil Conway is working on a better long-term solution
for HEAD.

Files