forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7e3f728
committed
Fix configure check for %z printf support after INT64_MODIFIER changes.
The PGAC_FUNC_SNPRINTF_SIZE_T_SUPPORT test was broken byce48605. Among others it made the UINT64_FORMAT macro to bedefined in c.h, instead of directly being defined by configure.This lead to the replacement printf being used on all platforms for awhile. Which seems to work, because this was only used due todifferent profiles ;)Fix by relying on INT64_MODIFIER instead.1 parentf7d6759 commit7e3f728
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
| 331 | + | |
331 | 332 |
| |
332 | 333 |
| |
333 | 334 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13201 | 13201 |
| |
13202 | 13202 |
| |
13203 | 13203 |
| |
13204 |
| - | |
| 13204 | + | |
| 13205 | + | |
13205 | 13206 |
| |
13206 | 13207 |
| |
13207 | 13208 |
| |
|
0 commit comments
Comments
(0)