diff options
author | Andres Freund <andres@anarazel.de> | 2022-08-31 09:31:22 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-08-31 09:31:22 -0700 |
commit | 483ac6476198c66696b725d49aa42290a9a94a95 (patch) | |
tree | 43272997d295d78eadf9bb6b7802029b9d860451 /src/backend/utils/adt/jsonfuncs.c | |
parent | 1058555a5eccffd17c47edf3e15dd7e26934b492 (diff) | |
download | postgresql-483ac6476198c66696b725d49aa42290a9a94a95.tar.gz postgresql-483ac6476198c66696b725d49aa42290a9a94a95.zip |
Fix MSVC warning in compat_informix/rnull.pgc
Building the ecpg tests with MSVC, with warnings enabled, results in the
following warning:
src/interfaces/ecpg/test/compat_informix/rnull.pgc(19,1): warning C4305: 'initializing': truncation from 'double' to 'float'
The more obvious fix would be an 'f' suffix, but ecpg can't parse that.
Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Discussion: https://postgr.es/m/2180a97c-c026-1b6c-cec8-d6e499f97017@enterprisedb.com
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions