Fix C4819 warning in MSVC - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Fix C4819 warning in MSVC
Date
Msg-id 340E4118-0D0C-4E85-8141-8C40EB22DA3A@yesql.se
Whole thread Raw
Responses Re: Fix C4819 warning in MSVC
List 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/


Attachment

pgsql-hackers by date:

Previous
From: Greg Nancarrow
Date:
Subject: Re: Added schema level support for publication.
Next
From: Peter Eisentraut
Date:
Subject: Re: Partial aggregates pushdown