pgsql: Suppress compiler warning in new contrib/pg_trgm code.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress compiler warning in new contrib/pg_trgm code.
Дата
Msg-id E1WZLtL-0005gK-JQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress compiler warning in new contrib/pg_trgm code.

MSVC doesn't seem to like it when a constant initializer loses
precision upon being assigned.

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/46a60abfe9fa13087dbbe15953c20df35f006968

Modified Files
--------------
contrib/pg_trgm/trgm_regexp.c |   16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add ANALYZE into regression tests
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve some O(N^2) behavior in window function evaluation.