Standardize on the assumption that the arguments of a RowExpr correspond

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

Commit: fcaad7e2c11b74c9bd30ad483b99d45a71e3f925
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-17T18:47:09Z
Releases: 8.0.0
Standardize on the assumption that the arguments of a RowExpr correspond
to the physical layout of the rowtype, ie, there are dummy arguments
corresponding to any dropped columns in the rowtype.  We formerly had a
couple of places that did it this way and several others that did not.
Fixes Gaetano Mendola's "cache lookup failed for type 0" bug of 5-Aug.

Files