Re: Make copyObject work in C++

From: "Jelte Fennema-Nio" <postgres(at)jeltef(dot)nl>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL Hackers" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "Thomas Munro" <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: Make copyObject work in C++
Date: 2025-12-14 16:56:23
Message-ID: DEY3JBIHL2E3.1RS2RCPYYQ35G@jeltef.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon Dec 8, 2025 at 9:11 AM CET, Jelte Fennema-Nio wrote:
> Went with defining pg_exprtype (pg_typeof already exists). Undefining
> typeof seemed a bit heavy-handed. Especially since I think it would be
> nice to backport this so C++ extensions can use copyObject directly.

Rebased version of this patchset after conflicts from 315342ffed.

Attachment Content-Type Size
v3-0001-Make-copyObject-work-in-C.patch text/x-patch 2.1 KB
v3-0002-Use-pg_exprtype-instead-of-typeof.patch text/x-patch 3.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marcos Pegoraro 2025-12-14 17:30:07 Get rid of "Section.N.N.N" on DOCs
Previous Message Mihail Nikalayeu 2025-12-14 15:50:31 Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY