From: Peter Eisentraut Date: Mon, 12 Jul 2021 20:07:35 +0000 (+0200) Subject: doc: Fix typo in function prototype X-Git-Tag: REL_13_4~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0455f35fd4ecff99df49ee7137a53ba2b6b3c24b;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 e54d54994e7..6d489bff832 100644 --- a/doc/src/sgml/indexam.sgml +++ b/doc/src/sgml/indexam.sgml @@ -573,7 +573,7 @@ amrescan (IndexScanDesc scan, -boolean +bool amgettuple (IndexScanDesc scan, ScanDirection direction);