Fix C4819 warning in MSVC

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Fix C4819 warning in MSVC
Дата
Msg-id 340E4118-0D0C-4E85-8141-8C40EB22DA3A@yesql.se
обсуждение исходный текст
Ответы Re: Fix C4819 warning in MSVC  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Reading 1051867.1635720347@sss.pgh.pa.us I noticed that hamerkop raise a C4819
warning on brin_bloom.c, which is defined as:

   "The file contains a character that cannot be represented in the current
    code page (number).  Save the file in Unicode format to prevent data loss."

The warning message is mostly gibberish but AFAICT the issue is that the
headercomment includes a citation to the paper used for the hashing scheme, in
which a footnote character has been copied from the paper (without the footnote
copied).  Since the footnote is irrelevant for our documentation, I propose to
remove this offending character to remove warnings from the build.

--
Daniel Gustafsson        https://vmware.com/


Вложения

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

Предыдущее
От: Greg Nancarrow
Дата:
Сообщение: Re: Added schema level support for publication.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Partial aggregates pushdown