BUG #13687: bug in row_to_json function with '-infinity' timestamp

From: stepanperlov(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13687: bug in row_to_json function with '-infinity' timestamp
Date: 2015-10-19 13:00:52
Message-ID: 20151019130052.3019.36176@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13687
Logged by: Stepan
Email address: stepanperlov(at)gmail(dot)com
PostgreSQL version: 9.4.5
Operating system: Ubuntu 14.04.1 LTS
Description:

SELECT row_to_json(t)
FROM (SELECT '-infinity'::timestamptz) t

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2015-10-19 14:25:53 Re: BUG #13687: bug in row_to_json function with '-infinity' timestamp
Previous Message Gláucio Barros Barcelos 2015-10-19 11:55:55 Re: BUG #13676: C typedef code generated by ecpg with wrong syntax