mirror of
https://github.com/postgres/postgres.git
synced 2026-01-13 12:22:55 +03:00
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.