pgsql: Doc: Fix example related to partition pruning - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Doc: Fix example related to partition pruning
Date
Msg-id E1iCzBt-000224-61@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f5daf7f3266ff5a92f1bf8d386bd5ac3d7d042d6

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Make more stable regression tests of dummy_index_am for string v
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Split out recovery confing-writing code from pg_basebackup