mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
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.