pgsql: Add more tests for partition tuple routing with droppedattribut

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add more tests for partition tuple routing with droppedattribut
Дата
Msg-id E1hDMAh-0005YM-N2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add more tests for partition tuple routing with dropped attributes

As bug #15733 has proved, we are lacking coverage for partition tuple
routing with dropped attributes when involving three levels of
partitioning or more.  There was only an active bug in this area for
v11, and HEAD is proving to handle those scenarios fine, still it lacked
some coverage for the previous problem.

Author: Amit Langote, Michael Paquier
Discussion: https://postgr.es/m/15733-7692379e310b80ec@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/964bae4d8456e5406753027fa5a70181ddb4c835

Modified Files
--------------
src/test/regress/expected/insert.out | 41 ++++++++++++++++++++++++++++++++++++
src/test/regress/sql/insert.sql      | 28 ++++++++++++++++++++++++
2 files changed, 69 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid fetching past the end of the indoption array.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix a number of issues around modifying a previously updatedrow