Re: WIP: RangeTypes

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: WIP: RangeTypes
Дата
Msg-id 1294993624.18031.3696.camel@jdavis
обсуждение исходный текст
Ответ на WIP: RangeTypes  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: WIP: RangeTypes  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
Updated patch.

Summary of changes:

  * More generic functions

  * pg_dump support

  * remove typmod support until it can be done correctly

  * added some tests

There is still quite a bit left, including (numbers match up with
previous TODO list):

  1. Generic functions -- still more work to do here. Handling the
combination of continuous range semantics with NULLs requires quite a
lot of special cases, because it's hard to share code among functions.
Even something as simple as "equals" is not as trivial as it sounds.
Perhaps I'm missing some cleaner abstractions, or perhaps I'm
over-thinking the null semantics.

  3. perhaps fix typmod

  4. documentation

  5. more tests

  7. better parser


Regards,
    Jeff Davis

Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Streaming base backups
Следующее
От: Joel Jacobson
Дата:
Сообщение: Re: pg_depend explained