pgsql: Add missing documentation for argument of amcostestimate() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Add missing documentation for argument of amcostestimate()
Date
Msg-id E1fo5Sx-0006dw-If@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

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

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


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Add missing documentation for argument of amcostestimate()
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Add missing documentation for argument of amcostestimate()