diff options
author | Thomas Munro <tmunro@postgresql.org> | 2024-12-06 12:34:33 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2024-12-06 12:44:30 +1300 |
commit | 1319997df92447d9b473a538b109b2d1d560c637 (patch) | |
tree | 75f6e642924563a738848e77dd6c076f2fdff67c /src/backend/executor/execParallel.c | |
parent | 792b2c7e6d926e61e8ff3b33d3e22d7d74e7a437 (diff) | |
download | postgresql-1319997df92447d9b473a538b109b2d1d560c637.tar.gz postgresql-1319997df92447d9b473a538b109b2d1d560c637.zip |
Fix printf format string warning on MinGW.
Commit 517bf2d91 changed a printf format string to placate MinGW, which
at the time warned about "%lld". Current MinGW is now warning about the
replacement "%I64d". Reverting the change clears the warning on the
MinGW CI task, and hopefully it will clear it on build farm animal
fairywren too.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reported-by: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
Discussion: https://postgr.es/m/TYAPR01MB5866A71B744BE01B3BF71791F5AEA%40TYAPR01MB5866.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions