Fix expected float output file on 64-bit PG12+
authorChristoph Berg <myon@debian.org>
Thu, 14 Sep 2023 12:00:40 +0000 (14:00 +0200)
committerChristoph Berg <myon@debian.org>
Thu, 14 Sep 2023 12:00:40 +0000 (14:00 +0200)
expected/float.out

index e3f54c0fe6f9363e696b4d7fa9fc1aab20071a3b..625abb2067b0df9767516d03778faca001ac19c1 100644 (file)
@@ -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 ***
 --
 ----------------------------------------------------------------------------------------------
+--