From: Peter Eisentraut Date: Mon, 12 Jul 2021 20:07:35 +0000 (+0200) Subject: doc: Fix typo in function prototype X-Git-Tag: REL_12_8~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c3113e5737ec75ee65d48527845148826efc3ef;p=thirdparty%2Fpostgresql.git doc: Fix typo in function prototype --- diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml index a26ed328673..fcdb8c3ec44 100644 --- a/doc/src/sgml/indexam.sgml +++ b/doc/src/sgml/indexam.sgml @@ -567,7 +567,7 @@ amrescan (IndexScanDesc scan, -boolean +bool amgettuple (IndexScanDesc scan, ScanDirection direction);