Re: Change copyObject() to use typeof_unqual

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Change copyObject() to use typeof_unqual
Date: 2026-03-07 00:17:42
Message-ID: CAGECzQSxqAgF4YA_2C3mBKoTJ1-Mc3uVMAe2AgLjibnv4Ltkuw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 6 Mar 2026 at 20:17, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
> This revealed an insufficiency in that commit, which I fix in the first
> patch.

Thanks!

> I have addressed the above problem by swapping the order of the probes
> (putting the underscore variant first), as discussed.

Annoying that this is needed, but I agree that it's the least bad
option in this case.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2026-03-07 00:24:38 Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)
Previous Message Jelte Fennema-Nio 2026-03-07 00:01:03 Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore