[COMMITTERS] pgsql: Fix crash when columns have been added to the end of a view.

2017-10-27 Thread Tom Lane
Fix crash when columns have been added to the end of a view. expandRTE() supposed that an RTE_SUBQUERY subquery must have exactly as many non-junk tlist items as the RTE has column aliases for it. This was true at the time the code was written, and is still true so far as parse analysis is concern

[COMMITTERS] pgsql: Fix crash when columns have been added to the end of a view.

2017-10-27 Thread Tom Lane
Fix crash when columns have been added to the end of a view. expandRTE() supposed that an RTE_SUBQUERY subquery must have exactly as many non-junk tlist items as the RTE has column aliases for it. This was true at the time the code was written, and is still true so far as parse analysis is concern

[COMMITTERS] pgsql: Fix crash when columns have been added to the end of a view.

2017-10-27 Thread Tom Lane
Fix crash when columns have been added to the end of a view. expandRTE() supposed that an RTE_SUBQUERY subquery must have exactly as many non-junk tlist items as the RTE has column aliases for it. This was true at the time the code was written, and is still true so far as parse analysis is concern

[COMMITTERS] pgsql: Fix crash when columns have been added to the end of a view.

2017-10-27 Thread Tom Lane
Fix crash when columns have been added to the end of a view. expandRTE() supposed that an RTE_SUBQUERY subquery must have exactly as many non-junk tlist items as the RTE has column aliases for it. This was true at the time the code was written, and is still true so far as parse analysis is concern

[COMMITTERS] pgsql: Fix crash when columns have been added to the end of a view.

2017-10-27 Thread Tom Lane
Fix crash when columns have been added to the end of a view. expandRTE() supposed that an RTE_SUBQUERY subquery must have exactly as many non-junk tlist items as the RTE has column aliases for it. This was true at the time the code was written, and is still true so far as parse analysis is concern

[COMMITTERS] pgsql: Fix crash when columns have been added to the end of a view.

2017-10-27 Thread Tom Lane
Fix crash when columns have been added to the end of a view. expandRTE() supposed that an RTE_SUBQUERY subquery must have exactly as many non-junk tlist items as the RTE has column aliases for it. This was true at the time the code was written, and is still true so far as parse analysis is concern

[COMMITTERS] pgsql: Fix crash when columns have been added to the end of a view.

2017-10-27 Thread Tom Lane
Fix crash when columns have been added to the end of a view. expandRTE() supposed that an RTE_SUBQUERY subquery must have exactly as many non-junk tlist items as the RTE has column aliases for it. This was true at the time the code was written, and is still true so far as parse analysis is concern