repeated warnings with 9.3 Beta 1 on windows - Mailing list pgsql-hackers

From Marc Mamin
Subject repeated warnings with 9.3 Beta 1 on windows
Date
Msg-id B6F6FD62F2624C4C9916AC0175D56D880CDF63AA@jenmbs01.ad.intershop.net
Whole thread Raw
Responses Re: repeated warnings with 9.3 Beta 1 on windows  (Amit Kapila <amit.kapila@huawei.com>)
Re: repeated warnings with 9.3 Beta 1 on windows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hello,
while playing with 9.3 Beta 1 on windows, I've found following small issue:
 
create table t as select 'a' from generate_series (1,200000)
 
the warning is returned more than once:
 
 
WARNUNG:  Spalte "?column?" hat Typ "unknown"
DETAIL:  Relation wird trotzdem erzeugt.
WARNUNG:  Spalte "?column?" hat Typ "unknown"
DETAIL:  Relation wird trotzdem erzeugt.
WARNUNG:  Spalte "?column?" hat Typ "unknown"
DETAIL:  Relation wird trotzdem erzeugt.
...
WARNUNG:  Spalte "?column?" hat Typ "unknown"
DETAIL:  Relation wird trotzdem erzeugt.
WARNUNG:  Spalte "?column?" hat Typ "unknown"
DETAIL:  Relation wird trotzdem erzeugt.
 
WARNUNG:  Spalte "?column?" hat Typ "unknown"
DETAIL:  Relation wird trotzdem erzeugt.
 
Abfrage war erfolgreich durchgeführt: 200000 Zeilen, 312 ms Ausführungszeit.
 
 
 
 
same test on 9.1 Linux:
 
WARNING:  column "a" has type "unknown"
DETAIL:  Proceeding with relation creation anyway.
Query returned successfully: 20000000 rows affected, 9266 ms execution time.
 
 
regards,
 
Marc Mamin
 
 

pgsql-hackers by date:

Previous
From: Atri Sharma
Date:
Subject: Re: PostgreSQL Process memory architecture
Next
From: Michael Paquier
Date:
Subject: Re: Planning incompatibilities for Postgres 10.0