Adjust ecpg expected-results files for commit 7640f9312.

Mea culpa for not rechecking check-world at the last step :-(
Per buildfarm.
pull/47/head
Tom Lane 6 years ago
parent 4f67858d3f
commit ec66ec8b21
  1. 2
      src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
  2. 2
      src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
  3. 2
      src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c

@ -33,7 +33,7 @@
* print_double(x) has the same effect as printf("%g", x), but is intended
* to produce the same formatting across all platforms.
*/
static void
static inline void
print_double(double x)
{
#ifdef WIN32

@ -29,7 +29,7 @@
* print_double(x) has the same effect as printf("%g", x), but is intended
* to produce the same formatting across all platforms.
*/
static void
static inline void
print_double(double x)
{
#ifdef WIN32

@ -30,7 +30,7 @@
* print_double(x) has the same effect as printf("%g", x), but is intended
* to produce the same formatting across all platforms.
*/
static void
static inline void
print_double(double x)
{
#ifdef WIN32

Loading…
Cancel
Save