pgsql: Fix ANALYZE failure on a column that's a domain over a range.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix ANALYZE failure on a column that's a domain over a range.
Дата
Msg-id E1VvIWK-0006VQ-Of@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix ANALYZE failure on a column that's a domain over a range.

Most other range operations seem to work all right on domains,
but this one not so much, at least not since commit 918eee0c.
Per bug #8684 from Brett Neumeier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4eeda92d86250b702ee6f88fcad2340e5e7d8747

Modified Files
--------------
src/backend/utils/adt/rangetypes_typanalyze.c |    5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Revise documentation for new freezing method.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ANALYZE failure on a column that's a domain over a range.