mirror of
https://github.com/postgres/postgres.git
synced 2026-05-31 04:48:04 -04:00
5b9d655ba7
in the TupleDesc that the caller already has (for call from ExecMain) or can make just as easily as ExecInitJunkFilter() can (for call from ExecAppend). Also, don't bother to build a junk filter for an INSERT operation that doesn't actually need one, which is the normal case.