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