mirror of
https://github.com/postgres/postgres.git
synced 2026-06-15 21:19:21 -04:00
67a5f8ff9e
physical conversion when there are dropped columns in the same places in the input and output tupdescs. This avoids possible performance loss from the recent patch to improve dropped-column handling, in some cases where the old code would have worked.