Re: Duplicate function call on timestamp2tm - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Duplicate function call on timestamp2tm
Date
Msg-id 4024.1576161678@sss.pgh.pa.us
Whole thread Raw
In response to Duplicate function call on timestamp2tm  (Li Japin <japinli@hotmail.com>)
Responses Re: Duplicate function call on timestamp2tm  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Li Japin <japinli@hotmail.com> writes:
> I find there is a duplicate function call on timestamp2tm in timestamptz_part and timestamp_part.
> Is that necessary? I remove the latter one and it also works.

Huh.  I do believe you're right.  Must be an ancient copy-and-paste
mistake?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Collation versioning
Next
From: Alvaro Herrera
Date:
Subject: Re: Wrong assert in TransactionGroupUpdateXidStatus