Re: [PATCH] New [relation] option engine
Nikolay Shaplov <dhyan@nataraj.su>
From: Nikolay Shaplov <dhyan@nataraj.su>
To: jian he <jian.universality@gmail.com>, pgsql-hackers@lists.postgresql.org
Cc: Peter Smith <smithpb2250@gmail.com>,
Alvaro Herrera <alvherre@alvh.no-ip.org>,
Yura Sokolov <y.sokolov@postgrespro.ru>, pgsql-hackers@lists.postgresql.org,
Michael Paquier <michael@paquier.xyz>, Nikolay Shaplov <dhyan@nataraj.su>
Date: 2025-03-06T16:12:54Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Tighten test_predtest's input checks, and improve error messages.
- 00ac25a3c365 17.0 cited
-
Avoid reference to nonexistent array element in ExecInitAgg().
- 92957ed98c5c 16.0 cited
-
Clean up newlines following left parentheses
- c4f113e8fef9 15.0 cited
Attachments
- v-12-0001-New-options-engine.patch (text/x-patch)
В письме от среда, 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