Re: Make copyObject work in C++

From: "Jelte Fennema-Nio" <postgres(at)jeltef(dot)nl>
To: "Peter Eisentraut" <peter(at)eisentraut(dot)org>, "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: 2026-01-10 11:09:10
Message-ID: DFKV26A4CHG2.CB7NJ1X62BKH@jeltef.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat Jan 3, 2026 at 10:32 AM CET, Jelte Fennema-Nio wrote:
> Attached is a patchset that does that. It required a few more fixes to
> make the extension compile on MSVC too.

Rebased after Peter merged the C++ improvements from the other thread.

Attachment Content-Type Size
v5-0001-Make-copyObject-work-in-C.patch text/x-patch 2.1 KB
v5-0002-Use-pg_exprtype-instead-of-typeof.patch text/x-patch 3.1 KB
v5-0003-Revert-Replace-pg_restrict-by-standard-restrict.patch text/x-patch 11.3 KB
v5-0004-tests-Add-a-test-C-extension-module.patch text/x-patch 10.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2026-01-10 11:32:39 Re: Safer hash table initialization macro
Previous Message Jelte Fennema-Nio 2026-01-10 11:03:31 Re: RFC: adding pytest as a supported test framework