[HACKERS] "cannot specify finite value after UNBOUNDED" ... uh, why?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [HACKERS] "cannot specify finite value after UNBOUNDED" ... uh, why?
Дата
Msg-id 28106.1496041449@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] "cannot specify finite value after UNBOUNDED" ... uh,why?  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Re: [HACKERS] "cannot specify finite value after UNBOUNDED" ... uh, why?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Would someone please defend the restrictions imposed by the
"seen_unbounded" checks in transformPartitionBound
(parse_utilcmd.c:3365..3396 in current HEAD)?  They sure look to me like
nothing but sloppy thinking, and/or protection of downstream sloppy
thinking.  Why should the boundedness of one partitioning column's
range matter to any other partitioning column's range?
        regards, tom lane



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

Предыдущее
От: Beena Emerson
Дата:
Сообщение: Re: [HACKERS] Adding support for Default partition in partitioning
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: [HACKERS] Macros bundling RELKIND_* conditions