Adjust ecpg expected-results files for commit 7640f9312.

Mea culpa for not rechecking check-world at the last step :-(
Per buildfarm.
This commit is contained in:
Tom Lane 2019-05-31 12:47:19 -04:00
parent 4f67858d3f
commit ec66ec8b21
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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