pgsql: Fix sample output of EXPLAIN ANALYZE. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix sample output of EXPLAIN ANALYZE.
Date
Msg-id E1l2A7B-0001Hj-Hl@gemulon.postgresql.org
Whole thread Raw
List 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.takay@fujitsu.com>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add regression test for DROP OWNED BY with default ACLs
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in detecting concurrent page splits in GiST insert