pgsql: Fix duplicate primary keys in partitions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix duplicate primary keys in partitions
Дата
Msg-id E1g84x8-0005zx-9E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix duplicate primary keys in partitions

When using the CREATE TABLE .. PARTITION OF syntax, it's possible to
cause a partition to get two primary keys if the parent already has one.
Tighten the check to disallow that.

Reported-by: Rajkumar Raghuwanshi
Author: Amul Sul
Discussion: https://postgr.es/m/CAKcux6=OnSV3-qd8Gb6W=KPPwcCz6Fe_O_MQYjTa24__Xn8XxA@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ff347f8aff04865680c19ffc818460bb2afaad5b

Modified Files
--------------
src/backend/catalog/index.c            | 10 +++++-----
src/test/regress/expected/indexing.out | 18 +++++++++++++++++-
src/test/regress/sql/indexing.sql      |  9 ++++++++-
3 files changed, 30 insertions(+), 7 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor user-facing SQL functions signalling backends
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Centralize executor's opening/closing of Relations forrangetabl