mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
43a134f28b
The unicode characters, while in comments and not code, caused MSVC to emit compiler warning C4819: 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. Fix by replacing the characters in print.c with descriptive comments containing the codepoints and symbol names, and remove the character in brin_bloom.c which was a footnote reference copied from the paper citation. Per report from hamerkop in the buildfarm. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/340E4118-0D0C-4E85-8141-8C40EB22DA3A@yesql.se |
||
---|---|---|
.. | ||
.gitignore | ||
archive.c | ||
cancel.c | ||
conditional.c | ||
connect_utils.c | ||
Makefile | ||
mbprint.c | ||
option_utils.c | ||
parallel_slot.c | ||
print.c | ||
psqlscan.l | ||
query_utils.c | ||
recovery_gen.c | ||
simple_list.c | ||
string_utils.c |