mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user