mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Fix incorrect format placeholder
This commit is contained in:
parent
fa66b6dee0
commit
780054bf31
@ -5410,7 +5410,7 @@ parseScriptWeight(const char *option, char **script)
|
||||
}
|
||||
if (wtmp > INT_MAX || wtmp < 0)
|
||||
{
|
||||
pg_log_fatal("weight specification out of range (0 .. %u): %lld",
|
||||
pg_log_fatal("weight specification out of range (0 .. %d): %lld",
|
||||
INT_MAX, (long long) wtmp);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user