aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2022-04-05 22:16:45 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2022-04-05 22:16:45 +0200
commit75edb919613ee835e7680e40137e494c7856bcf9 (patch)
tree09dead3651834affbd0690019fe158adca1506e6 /src/backend/utils/adt/acl.c
parentfadb48b00e02ccfd152baa80942de30205ab3c4f (diff)
downloadpostgresql-75edb919613ee835e7680e40137e494c7856bcf9.tar.gz
postgresql-75edb919613ee835e7680e40137e494c7856bcf9.zip
Fix compilerwarning in logging size_t
The pg_fatal log which included filesizes were using UINT64_FORMAT for the size_t variables, which failed on 32 bit buildfarm animals. Change to using plain int instead, which is in line with how digestControlFile is doing it already. Per buildfarm animals florican and lapwing. Discussion: https://postgr.es/m/13C2BF64-4A6D-47E4-9181-3A658F00C9B7@yesql.se
Diffstat (limited to 'src/backend/utils/adt/acl.c')
0 files changed, 0 insertions, 0 deletions