mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +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:
parent
4f67858d3f
commit
ec66ec8b21
@ -33,7 +33,7 @@
|
|||||||
* print_double(x) has the same effect as printf("%g", x), but is intended
|
* print_double(x) has the same effect as printf("%g", x), but is intended
|
||||||
* to produce the same formatting across all platforms.
|
* to produce the same formatting across all platforms.
|
||||||
*/
|
*/
|
||||||
static void
|
static inline void
|
||||||
print_double(double x)
|
print_double(double x)
|
||||||
{
|
{
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* print_double(x) has the same effect as printf("%g", x), but is intended
|
* print_double(x) has the same effect as printf("%g", x), but is intended
|
||||||
* to produce the same formatting across all platforms.
|
* to produce the same formatting across all platforms.
|
||||||
*/
|
*/
|
||||||
static void
|
static inline void
|
||||||
print_double(double x)
|
print_double(double x)
|
||||||
{
|
{
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
* print_double(x) has the same effect as printf("%g", x), but is intended
|
* print_double(x) has the same effect as printf("%g", x), but is intended
|
||||||
* to produce the same formatting across all platforms.
|
* to produce the same formatting across all platforms.
|
||||||
*/
|
*/
|
||||||
static void
|
static inline void
|
||||||
print_double(double x)
|
print_double(double x)
|
||||||
{
|
{
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user