forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfae7ce8
committed
Make locale_messages_assign() really work on Windows; the prior hack
only covered the case of assigning "", and failed to recognize thatactually setlocale(LC_MESSAGES,...) does not work at all on this platform.Magnus Hagander, some code prettification by Tom Lane.1 parentcc6a90e commitfae7ce8
1 file changed
+30
-14
lines changedLines changed: 30 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| 126 | + | |
126 | 127 |
| |
127 | 128 |
| |
128 | 129 |
| |
| |||
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 | 135 |
| |
146 |
| - | |
147 |
| - | |
148 | 136 |
| |
149 | 137 |
| |
150 | 138 |
| |
151 | 139 |
| |
152 | 140 |
| |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
153 | 169 |
| |
154 | 170 |
| |
155 | 171 |
| |
|
0 commit comments
Comments
(0)