Re: [PATCH] replace float8 with int in date2isoweek() and date2isoyear()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sergey Fukanchik <s(dot)fukanchik(at)postgrespro(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] replace float8 with int in date2isoweek() and date2isoyear()
Date: 2025-07-13 15:39:04
Message-ID: 271407.1752421144@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sergey Fukanchik <s(dot)fukanchik(at)postgrespro(dot)ru> writes:
> I'm attaching v2 of the patch with "result" renamed to "week".

I pushed it already, actually.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey Fukanchik 2025-07-13 16:17:39 Re: [PATCH] replace float8 with int in date2isoweek() and date2isoyear()
Previous Message David G. Johnston 2025-07-13 15:38:40 Re: Bug on drop extension dependencies ?