- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitf19ad6f
committed
Encoding PG_UHC is code page 949.
This fixes presentation of non-ASCII messages to the Windows event logand console in rare cases involving Korean locale. Processes like thepostmaster and checkpointer, but not processes attached to databases,were affected. Back-patch to 9.4, where MessageEncoding was introduced.The problem exists in all supported versions, but this change has noeffect in the absence of the code recognizing PG_UHC MessageEncoding.Noticed while investigating bug #13427 from Dmitri Bourlatchkov.1 parent92516bf commitf19ad6f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 |
| - | |
| 347 | + | |
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
|
0 commit comments
Comments
(0)