pgsql: Fix sample output of EXPLAIN ANALYZE.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix sample output of EXPLAIN ANALYZE.
Date: 2021-01-20 09:49:25
Message-ID: E1l2A7B-0001Hj-Hl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix sample output of EXPLAIN ANALYZE.

Since commit f0f13a3a08b2757997410f3a1c38bdc22973c525, we estimate
ModifyTable paths without a RETURNING clause differently. Update an
example from the manual that showed the old behavior.

Author: Takayuki Tsunakawa <tsunakawa(dot)takay(at)fujitsu(dot)com>
Reviewed-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/TYAPR01MB29905674F41693BBA9DA28CAFEA20%40TYAPR01MB2990.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/679744cf1b0d0569d16b4dd2d020f9095ea3d53b

Modified Files
--------------
doc/src/sgml/perform.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-01-20 09:59:35 pgsql: Fix bug in detecting concurrent page splits in GiST insert
Previous Message Michael Paquier 2021-01-20 04:32:07 pgsql: Add regression test for DROP OWNED BY with default ACLs