pgsql: Fix BRIN minmax-multi distance for timetz type

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема pgsql: Fix BRIN minmax-multi distance for timetz type
Дата
Msg-id E1lT6T5-0003yb-4I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix BRIN minmax-multi distance for timetz type

The distance calculation ignored the time zone, so the result of (b-a)
might have ended negative even if (b > a). Fixed by considering the time
zone difference.

Reported-by: Jaime Casanova
Discussion: https://postgr.es/m/CAJKUy5jLZFLCxyxfT%3DMfK5mtPfSzHA1rVLowR-j4RRsFVvKm7A%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7262f2421a1e099a631356f7b80ad198e34e2a8a

Modified Files
--------------
src/backend/access/brin/brin_minmax_multi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Fix BRIN minmax-multi distance for interval type
Следующее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Fix BRIN minmax-multi distance for inet type