diff options
author | John Naylor <john.naylor@postgresql.org> | 2022-08-23 09:55:05 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2022-08-23 09:55:05 +0700 |
commit | ba8321349bc02423aa4d49ebb5d579ec313cf930 (patch) | |
tree | 8f3f4cf4229940dad8080d7ca7f5eea1e6757076 /src/backend/access/gist/gist.c | |
parent | 1b9050da66aba821fec18376bee30d17e91e7027 (diff) | |
download | postgresql-ba8321349bc02423aa4d49ebb5d579ec313cf930.tar.gz |
Switch format specifier for replication origins to %d
Using %u with uint16 causes warnings with -Wformat-signedness. There are many
other warnings, but for now change only these since c920fe4818 already changed
the message string for most of them.
Per report from Peter Eisentraut
Discussion: https://www.postgresql.org/message-id/31e63649-0355-7088-831e-b07d5f908a8c%40enterprisedb.com
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions