Re: [PATCH] New [relation] option engine - Mailing list pgsql-hackers

From Nikolay Shaplov
Subject Re: [PATCH] New [relation] option engine
Date
Msg-id 2141678.KlZ2vcFHjT@thinkpad-pgpro
Whole thread Raw
In response to Re: [PATCH] New [relation] option engine  (Nikolay Shaplov <dhyan@nataraj.su>)
Responses Re: [PATCH] New [relation] option engine
List pgsql-hackers
В письме от среда, 26 февраля 2025 г. 22:33:58 MSK пользователь Nikolay
Shaplov написал:

And new rebase. Conflict with 8492feb9 commit needed manual resolving.

And since I am writing anyway, will say couple of words about the patch.

Some colleagues of mine says, that they would be happy to have ability to add
custom namespaces to heap options. They write extensions that adds this or
that feature to the storage, and this feature might need some custom
configuring. And it would be nice to configure it via heap-options. We already
have namespaces in reloptions, we can have more and make them custom.

This patch does not provide custom namespaces to reloptions, but it replaces
current reloption engine with a new one. And this new engine is very flexible,
you can easily add custom namespaces using it.

So review this patch now, and you will have custom  option namespaces in
future (I think I will write it too)  :-)

--
Nikolay Shaplov aka Nataraj
Fuzzing Engineer at Postgres Professional
Matrix IM: @dhyan:nataraj.su

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Next commitfest app release is planned for March 18th
Next
From: Robert Haas
Date:
Subject: Re: Statistics Import and Export