pgsql: Add missing documentation for argument of amcostestimate()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing documentation for argument of amcostestimate()
Date: 2018-08-10 11:19:39
Message-ID: E1fo5SF-0006cY-Qx@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing documentation for argument of amcostestimate()

5262f7a4fc44 have introduced parallel index scan. In order to estimate the
number of parallel workers, it adds extra argument to amcostestimate() index
access method API function. However, this extra argument was missed in the
documentation. This commit fixes that.

Discussion: https://postgr.es/m/4128fdb4-8b63-2e05-38f6-3125f8c27263%40lab.ntt.co.jp
Author: Tatsuro Yamada, Alexander Korotkov
Backpatch-through: 10

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/indexam.sgml | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-08-10 11:20:23 pgsql: Add missing documentation for argument of amcostestimate()
Previous Message Alexander Korotkov 2018-08-10 10:09:58 pgsql: Fix misspelled pg_trgm contrib name in PostgreSQL 11 release not