Re: [PATCH] Supporting +-Infinity values by to_timestamp(float8)

From: Vitaly Burovoy <vitaly(dot)burovoy(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Supporting +-Infinity values by to_timestamp(float8)
Date: 2016-03-03 19:23:01
Message-ID: CAKOSWNmXObVQLFKHSrTiaNZEFaGXCCO4EF1YBo_tGVnLKAKwDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/26/16, Vitaly Burovoy <vitaly(dot)burovoy(at)gmail(dot)com> wrote:
> Proposed patch implements it.

I'm sorry, I forgot to leave a note for reviewers and committers:

This patch requires CATALOG_VERSION_NO be bumped.

Since pg_proc.h entry has changed, it is important to check and run
regress tests on a new cluster (as if CATALOG_VERSION_NO was bumped).

--
Best regards,
Vitaly Burovoy

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2016-03-03 19:27:24 Re: improving GROUP BY estimation
Previous Message Tom Lane 2016-03-03 19:19:57 Re: WIP: Upper planner pathification