pgsql: Don't allow partitioned index on foreign-table partitions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Don't allow partitioned index on foreign-table partitions
Дата
Msg-id E1fIHD5-0005QL-8C@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't allow partitioned index on foreign-table partitions

Creating indexes on foreign tables is already forbidden, but local
partitioned indexes (commit 8b08f7d4820f) forgot to check for them.  Add
a preliminary check to prevent wasting time.

Another school of thought says to allow the index to be created if it's
not a unique index; but it's possible to do better in the future (enable
indexing of foreign tables, somehow), so we avoid painting ourselves in
a corner by rejecting all cases, to avoid future grief (a.k.a. backward
incompatible changes).

Reported-by: Arseny Sher
Author: Amit Langote, Álvaro Herrera
Discussion: https://postgr.es/m/87sh71cakz.fsf@ars-thinkpad

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4eaa53727542c39cca71b80e8ff3e1f742d64452

Modified Files
--------------
src/backend/tcop/utility.c                 | 38 ++++++++++++++++++++----------
src/test/regress/expected/foreign_data.out |  7 ++++++
src/test/regress/sql/foreign_data.sql      |  6 +++++
3 files changed, 39 insertions(+), 12 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix file paths in comments
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: update PG 11 release notes with suggested changes