Re: sslinfo extension - add notbefore and notafter timestamps - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: sslinfo extension - add notbefore and notafter timestamps
Date
Msg-id 240CA8FD-3F8C-4C6B-8529-CBAC9FBE7A82@yesql.se
Whole thread Raw
In response to Re: sslinfo extension - add notbefore and notafter timestamps  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Re: sslinfo extension - add notbefore and notafter timestamps
List pgsql-hackers
> On 20 Mar 2024, at 17:32, Jacob Champion <jacob.champion@enterprisedb.com> wrote:

> I can't find anything else to note; patch LGTM.

While staging this to commit I realized one silly thing about it warranting
another round here.  The ASN.1 timediff code can diff against *any* timestamp,
not just the UNIX epoch, so we could just pass in the postgres epoch and skip
the final subtraction since we're already correctly adjusted.  This removes the
non-overflow checked arithmetic with a simpler logic.

--
Daniel Gustafsson


Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: UUID v7
Next
From: Bernd Helmle
Date:
Subject: Re: [PATCH] Add sortsupport for range types and btree_gist