Re: PostgreSQL 17 Release Management Team & Feature Freeze - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: PostgreSQL 17 Release Management Team & Feature Freeze
Date
Msg-id ZhMjQXvJxr8O6Czh@paquier.xyz
Whole thread Raw
In response to Re: PostgreSQL 17 Release Management Team & Feature Freeze  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: PostgreSQL 17 Release Management Team & Feature Freeze
List pgsql-hackers
On Thu, Apr 04, 2024 at 03:10:27PM +1300, David Rowley wrote:
> Someone asked me about this, so thought it might be useful to post here.

I've received the same question.

> To express this as UTC, It's:
>
> postgres=# select '2024-04-08 00:00-12:00' at time zone 'UTC';
>       timezone
> ---------------------
>  2024-04-08 12:00:00
>
> Or, time remaining, relative to now:
>
> select '2024-04-08 00:00-12:00' - now();

And, as of the moment of typing this email, I get:
=# select '2024-04-08 00:00-12:00' - now() as time_remaining;
 time_remaining
-----------------
 13:10:35.688134
(1 row)

So there is just a bit more than half a day remaining before the
feature freeze is in effect.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
Next
From: Daniel Gustafsson
Date:
Subject: Re: Add bump memory context type and use it for tuplesorts