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