pgsql: Fix typalign in rangetypes statistics

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix typalign in rangetypes statistics
Дата
Msg-id E1kr6L9-0003uZ-CY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typalign in rangetypes statistics

6df7a9698b introduces multirange types, whose typanalyze function shares
infrastructure with range types typanalyze function.  Since 6df7a9698b,
information about type gathered by statistics is filled from typcache.
But typalign is mistakenly always set to double.  This commit fixes this
oversight.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e1ee79e3182256d9c8ddbc1ce9c4e8419c611ff

Modified Files
--------------
src/backend/utils/adt/rangetypes_typanalyze.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix description of how to use src/tutorial files.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor logic to check for ASCII-only characters in string