I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings

Bruce Momjian <bruce@momjian.us>

Commit: fc7a2affabfa62be840338153ccc11b67f7d4441
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-09-29T18:22:48Z
Releases: 7.4.1
I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings
don't deal well with tuples having dropped columns. The attached fixes
the issue. Please apply.

Joe Conway

Files

PathChange+/−
src/backend/executor/execTuples.c modified +32 −18