forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit794fedc
committed
From: Darren King <darrenk@insightdist.com>
Two incorrect printf formats in parser/parse_type.c. Prolly doneby me a long time ago when I cleaned up int's and Oid's...Format flag is really just %u, not %ud. Harmless, but results in"type id lookup of 25d failed" instead of only "...25 failed"1 parent9986d9a commit794fedc
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
0 commit comments
Comments
(0)