Re: Add support for AT LOCAL - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Add support for AT LOCAL
Date
Msg-id CA+hUKGL04vme+yztreEFhGucv2d9ema+8_a+i43EUFdpYCPXfw@mail.gmail.com
Whole thread Raw
In response to Re: Add support for AT LOCAL  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Add support for AT LOCAL
List pgsql-hackers
On Mon, Oct 16, 2023 at 11:24 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> On Mon, Oct 16, 2023 at 10:57 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > I'm tempted to wonder if this helps:
> >
> > -       result->time = t->time + (t->zone - tz) * USECS_PER_SEC;
> > +       result->time = t->time + (int64) (t->zone - tz) * USECS_PER_SEC;
>
> I wanted to be able to try this and any other theories and managed to
> build the tip of master on cfarm111 with the same CC and CFLAGS as
> Noah used, but the problem didn't reproduce!  Hmm, I didn't enable any
> extra options, so now I'm wondering if something in some random header
> somewhere is involved here...  trying again with more stuff turned
> on...

Oh, I can't use any of the handrolled packages in ~nm due to
permissions.  I tried enabling perl from /opt/freeware (perl is my
usual first guess for who is !@#$ing with the system headers), but the
test passes.



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Questions about the new subscription parameter: password_required
Next
From: "David E. Wheeler"
Date:
Subject: Re: Patch: Improve Boolean Predicate JSON Path Docs