Fix MSVC warning in compat_informix/rnull.pgc
Andres Freund <andres@anarazel.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/test/compat_informix/rnull.pgc | modified | +1 −1 |
| src/interfaces/ecpg/test/expected/compat_informix-rnull.c | modified | +1 −1 |
Discussion
- [RFC] building postgres with meson 392 messages · 2021-10-12 → 2023-06-12