forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6bb9d30
committed
Fix compiler warning.
get_user_name returns const char *, but we were assigning the resultto a char * variable.1 parent001a573 commit6bb9d30
2 files changed
+6
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
446 |
| - | |
| 446 | + | |
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
| 211 | + | |
211 | 212 |
| |
212 | 213 |
| |
213 | 214 |
| |
| |||
216 | 217 |
| |
217 | 218 |
| |
218 | 219 |
| |
219 |
| - | |
220 |
| - | |
| 220 | + | |
| 221 | + | |
221 | 222 |
| |
222 | 223 |
| |
223 | 224 |
| |
224 |
| - | |
| 225 | + | |
225 | 226 |
| |
226 | 227 |
| |
227 | 228 |
| |
|
0 commit comments
Comments
(0)