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-12T07:58:38Z
Lists: pgsql-hackers
Attachments
- v5-0001-Introduce-PG_MODULE_MAGIC_EXT-macro.patch (text/plain) patch v5-0001
On 7/3/2025 16:56, Andrei Lepikhov wrote: > 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. > v5 contains documentation entries for the pg_get_modules function and the PG_MODULE_MAGIC_EXT macro. Also, commit comment is smoothed a little. -- 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