Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?) - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)
Date
Msg-id CAN4CZFOhtfezJPXAmzWwSOAR0parDxDP_vy5jUDBy1YD1S33CA@mail.gmail.com
Whole thread Raw
In response to Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)
List pgsql-hackers
1-4 looks good to me, with one question:

+#define MASK_BITS ((uintptr_t) 0x55aa55aa55aa55aa)

 Won't this cause a warning in 32 bit builds? (0x55aa55aa definitely
should work in both?)



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Fix uninitialized xl_running_xacts padding
Next
From: Heikki Linnakangas
Date:
Subject: Re: Refactor recovery conflict signaling a little