forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf2130e7
committed
Fix incorrect print format in json.c
Oid is unsigned, so %u needs to be used and not %d. The code pathinvolved here is not normally reachable, so no backpatch is done.Author: Justin PryzbyDiscussion:https://postgr.es/m/20200728015523.GA27308@telsasoft.com1 parentcb04ad4 commitf2130e7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
461 |
| - | |
| 461 | + | |
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
|
0 commit comments
Comments
(0)