Re: [PATCH] Automatic HASH and LIST partition creation
Pavel Borisov <pashkin.elfe@gmail.com>
From: Pavel Borisov <pashkin.elfe@gmail.com>
To: Rahila Syed <rahilasyed90@gmail.com>
Cc: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>,
Michael Paquier <michael@paquier.xyz>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Fabien COELHO <coelho@cri.ensmp.fr>, Justin Pryzby <pryzby@telsasoft.com>, Robert Haas <robertmhaas@gmail.com>, Amul Sul <sulamul@gmail.com>
Date: 2020-10-05T21:21:01Z
Lists: pgsql-hackers
Attachments
- v3-0002-Minor-fix.patch (application/octet-stream) patch v3-0002
- v3-0001-Tests-for-automatic-hash-list-partitions-creation.patch (application/octet-stream) patch v3-0001
Hi, hackers! I added some extra tests for different cases of use of automatic partition creation. v3-0002 can be applied on top of the original v2 patch for correct work with some corner cases with constraints included in this test. As for immediate/deferred I think that now only available now is immediate, so using word IMMEDIATE seems a little bit redundant to me. We may introduce this word together with adding DEFERRED option. However, my opinion is not in strong opposition to both options. Оther opinions are very much welcome! -- Best regards, Pavel Borisov Postgres Professional: http://postgrespro.com <http://www.postgrespro.com>
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove complaints about COLLATE clauses in partition bound values.
- 2dfa3fea88bc 14.0 cited