Repair problems with the result of lookup_rowtype_tupdesc() possibly being

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

Commit: 7b3d9367b449f160fd4597094b0e18054d555b09
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-17T17:33:23Z
Releases: 8.1.3
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