Re: Change copyObject() to use typeof_unqual

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Robins Tharakan <tharakan(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, tharar(at)amazon(dot)com
Subject: Re: Change copyObject() to use typeof_unqual
Date: 2026-06-17 12:11:24
Message-ID: CAGECzQSTJZLtEFF5ueh-snkoFtyT8W2z50r=-97k5L1xKrgz_g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 17 Jun 2026 at 13:46, Robins Tharakan <tharakan(at)gmail(dot)com> wrote:
> Earlier, since gcc HEAD was too noisy, I moved them all to gcc v15
> assuming it'd be better. The gcc build script has been stable and there's
> been no change in any of the machines recently, so I also wouldn't be
> surprised if it is gcc again.
>
> For now, I've taken them all offline and unless someone has a better
> idea, I'll switch them to stay pinned to the recentmost gcc release
> version - rationale being that if a tagged gcc release is buggy, it
> may be interesting to know about.

FWIW the error that alvaro mentions suggests that either the C++
stdlib was not installed (i.e. some installation/configuration
problem) or that extern "C++" {...} is broken.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jakub Wartak 2026-06-17 12:13:03 Re: Adding basic NUMA awareness
Previous Message Robins Tharakan 2026-06-17 11:45:45 Re: Change copyObject() to use typeof_unqual