forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit75edb91
committed
Fix compilerwarning in logging size_t
The pg_fatal log which included filesizes were using UINT64_FORMAT forthe size_t variables, which failed on 32 bit buildfarm animals. Changeto using plain int instead, which is in line with how digestControlFileis doing it already.Per buildfarm animals florican and lapwing.Discussion:https://postgr.es/m/13C2BF64-4A6D-47E4-9181-3A658F00C9B7@yesql.se1 parentfadb48b commit75edb91
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 |
| - | |
| 117 | + | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
|
0 commit comments
Comments
(0)