Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Petr Fedorov <petr(dot)fedorov(at)phystech(dot)edu>
Subject: Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch
Date: 2020-09-07 03:46:57
Message-ID: CAFj8pRBGT1+1_S-bWit47Y5Qre0eqCju2CzPH7xoWnfRyb-M+Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

po 7. 9. 2020 v 1:46 odesílatel Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> napsal:

> Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
> > Here is a new patch series version.
> > I have created a new internal function for converting integers to
> > numeric, to make the implementation a bit more elegant and compact.
>
> I reviewed the 0002 patch, finding one bug (in int8_sum) and a few
> more calls of int8_numeric that could be converted. I think the
> attached updated version is committable, and I'd recommend going
> ahead with that regardless of the rest of this. I hadn't realized
> how many random calls of int8_numeric and int4_numeric we'd grown,
> but there are a lot, so this is nice cleanup.
>

This patch is a clean win.

+1

> I continue to think that we can't commit 0003 in this form, because
> of the breakage that will ensure in stored views. As I said upthread,
> we should leave the existing SQL-exposed functions alone, invent
> new ones that return numeric, and alter the parser to translate
> EXTRACT constructs to the new functions. This approach would also
> provide an "out" for anyone who does complain about the performance
> cost --- they can just continue to use the old functions.
>

+1

Regards

Pavel

> regards, tom lane
>
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jehan-Guillaume de Rorthais 2020-09-07 13:27:39 Re: BUG #15285: Query used index over field with ICU collation in some cases wrongly return 0 rows
Previous Message Michael Paquier 2020-09-07 01:35:08 Re: [BUG v13] Crash with event trigger in extension

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-09-07 04:13:10 Re: [PATCH] Initial progress reporting for COPY command
Previous Message Justin Pryzby 2020-09-07 03:34:51 Re: v13: CLUSTER segv with wal_level=minimal and parallel index creation