pgsql: Doc: Fix example related to partition pruning

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix example related to partition pruning
Date: 2019-09-25 04:46:13
Message-ID: E1iCzBt-000226-6H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix example related to partition pruning

Append node has been removed in v12 when there would be only one subnode
under it.

Author: Amit Langote
Discussion: https://postgr.es/m/CA+HiwqHhS62w8zUFXF4NBjvMboCXYnD-jWoWp-tfo2aHvP3Gxg@mail.gmail.com
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/37ad1266147626bfe505b2c5b016497605915a8e

Modified Files
--------------
doc/src/sgml/ddl.sgml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-25 17:36:11 pgsql: Split out recovery confing-writing code from pg_basebackup
Previous Message Michael Paquier 2019-09-25 03:48:53 pgsql: Make more stable regression tests of dummy_index_am for string v