Fix code related to partitioning schemes for dropped columns.
Robert Haas <rhaas@postgresql.org>
Fix code related to partitioning schemes for dropped columns. The entry in appinfo->translated_vars can be NULL; if so, we must avoid dereferencing it. Ashutosh Bapat Discussion: http://postgr.es/m/CAFjFpReL7+1ien=-21rhjpO3bV7aAm1rQ8XgLVk2csFagSzpZQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/allpaths.c | modified | +12 −0 |
| src/test/regress/expected/alter_table.out | modified | +7 −0 |
| src/test/regress/sql/alter_table.sql | modified | +4 −0 |
Discussion
- Re: Partition-wise join for join between (declaratively) partitioned tables 134 messages · 2017-08-10 → 2018-06-06