From: Christoph Berg Date: Thu, 14 Sep 2023 12:00:40 +0000 (+0200) Subject: Fix expected float output file on 64-bit PG12+ X-Git-Tag: REL_16_0~5 X-Git-Url: http://git.postgresql.org/gitweb/delmail?a=commitdiff_plain;h=c7128ed74c3488e95eb8509cd9875cde979ef90b;p=pg_filedump.git Fix expected float output file on 64-bit PG12+ --- diff --git a/expected/float.out b/expected/float.out index e3f54c0..625abb2 100644 --- a/expected/float.out +++ b/expected/float.out @@ -2,7 +2,6 @@ -- PG12+ output in *.out/*_3.out, earlier in *_1.out/*_4.out select oid as datoid from pg_database where datname = current_database() \gset ---------------------------------------------------------------------------------------------- --- create table float4 (x float4); insert into float4 values (0), ('-0'), ('-infinity'), ('infinity'), ('NaN'), (null); \set relname float4 @@ -102,3 +101,4 @@ COPY: \N *** End of File Encountered. Last Block Read: 0 *** -- ---------------------------------------------------------------------------------------------- +--