Re: Make copyObject work in C++
Jelte Fennema-Nio <postgres@jeltef.nl>
From: "Jelte Fennema-Nio" <postgres@jeltef.nl>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "PostgreSQL Hackers" <pgsql-hackers@lists.postgresql.org>, "Thomas
Munro" <thomas.munro@gmail.com>
Date: 2025-12-14T16:56:23Z
Lists: pgsql-hackers
Attachments
- v3-0001-Make-copyObject-work-in-C.patch (text/x-patch)
- v3-0002-Use-pg_exprtype-instead-of-typeof.patch (text/x-patch)
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.