forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit43a134f
committed
Replace unicode characters in comments with ascii
The unicode characters, while in comments and not code, caused MSVCto 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 commentscontaining the codepoints and symbol names, and remove the characterin brin_bloom.c which was a footnote reference copied from the papercitation.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.se1 parente9d9ba2 commit43a134f
2 files changed
+91
-21
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Lines changed: 90 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
146 | 151 |
| |
147 |
| - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
148 | 158 |
| |
149 | 159 |
| |
150 | 160 |
| |
151 |
| - | |
| 161 | + | |
152 | 162 |
| |
153 |
| - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
154 | 169 |
| |
155 |
| - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
156 | 176 |
| |
157 | 177 |
| |
158 | 178 |
| |
159 | 179 |
| |
160 | 180 |
| |
161 |
| - | |
| 181 | + | |
162 | 182 |
| |
163 |
| - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
164 | 189 |
| |
165 |
| - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
166 | 196 |
| |
167 |
| - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
168 | 203 |
| |
169 | 204 |
| |
170 | 205 |
| |
171 |
| - | |
| 206 | + | |
172 | 207 |
| |
173 |
| - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
174 | 214 |
| |
175 |
| - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
176 | 221 |
| |
177 |
| - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
178 | 228 |
| |
179 | 229 |
| |
180 | 230 |
| |
181 | 231 |
| |
182 |
| - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
183 | 241 |
| |
184 |
| - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
185 | 252 |
| |
186 | 253 |
| |
187 | 254 |
| |
188 |
| - | |
| 255 | + | |
| 256 | + | |
189 | 257 |
| |
190 |
| - | |
191 |
| - | |
192 |
| - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
193 | 263 |
| |
194 | 264 |
| |
195 | 265 |
| |
|
0 commit comments
Comments
(0)