Commit f2130e7
committed
Fix incorrect print format in json.c
Oid is unsigned, so %u needs to be used and not %d. The code path
involved here is not normally reachable, so no backpatch is done.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200728015523.GA27308@telsasoft.com1 parent cb04ad4 commit f2130e7Copy full SHA for f2130e7
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- src/backend/utils/adt
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
src/backend/utils/adt/json.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/json.c+1-1Lines 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