Re: Add Postgres module info
Andrei Lepikhov <lepihov@gmail.com>
From: Andrei Lepikhov <lepihov@gmail.com>
To: Michael Paquier <michael@paquier.xyz>,
Alexander Korotkov <aekorotkov@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Yurii Rashkovskii <yrashk@omnigres.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-03-07T15:56:41Z
Lists: pgsql-hackers
Attachments
- v4-0001-Introduce-PG_MODULE_MAGIC_EXT-macro.patch (text/plain) patch v4-0001
On 2/3/2025 20:35, Andrei Lepikhov wrote: > On 17/2/2025 04:00, Michael Paquier wrote: >> No documentation provided. > Ok, I haven't been sure this idea has a chance to be committed. I will > introduce the docs in the next version. This is a new version with bug fixes. Also, use TAP tests instead of regression tests. Still, no documentation is included. -- regards, Andrei Lepikhov
Commits
-
Avoid mixing designated and non-designated field initializers.
- d66997dfe8fe 18.0 landed
-
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
- 55527368bd07 18.0 landed
-
Introduce PG_MODULE_MAGIC_EXT macro.
- 9324c8c58065 18.0 landed