pgsql: Prohibit identity columns on typed tables and partitions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Prohibit identity columns on typed tables and partitions
Дата
Msg-id E1eNMQN-0000JZ-7d@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prohibit identity columns on typed tables and partitions

Those cases currently crash and supporting them is more work then
originally thought, so we'll just prohibit these scenarios for now.

Author: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Reported-by: Мансур Галиев <gomer94@yandex.ru>
Bug: #14866

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/backend/parser/parse_utilcmd.c     | 13 +++++++++++++
src/test/regress/expected/identity.out | 12 ++++++++++++
src/test/regress/sql/identity.sql      | 16 ++++++++++++++++
3 files changed, 41 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix mistake in comment
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.