From: Peter Eisentraut Date: Mon, 12 Jul 2021 20:07:35 +0000 (+0200) Subject: doc: Fix typo in function prototype X-Git-Tag: REL9_6_23~29 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=fa84ff75a3417a4852e85b15395094e69d4ca7ab;p=postgresql.git doc: Fix typo in function prototype --- diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml index 1286e7e62f8..20f29818d33 100644 --- a/doc/src/sgml/indexam.sgml +++ b/doc/src/sgml/indexam.sgml @@ -511,7 +511,7 @@ amrescan (IndexScanDesc scan, -boolean +bool amgettuple (IndexScanDesc scan, ScanDirection direction);