From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Nikolay Shaplov <dhyan(at)nataraj(dot)su> |
Cc: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de> |
Subject: | Re: [PATCH] Tests for reloptions |
Date: | 2017-10-19 12:27:53 |
Message-ID: | 20171019122753.drld62ivfzv2uust@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Oh, one more thing: be careful when editing parallel_schedule. There
are constraints on the number of entries in each group; you had added a
20th entry after the comment that the group can only have 19.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2017-10-19 13:13:41 | Re: BUG #14849: jsonb_build_object doesn't like VARIADIC calls very much |
Previous Message | Alvaro Herrera | 2017-10-19 12:20:52 | Re: [PATCH] Tests for reloptions |