]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix typo in function prototype
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 12 Jul 2021 20:07:35 +0000 (22:07 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 12 Jul 2021 20:17:07 +0000 (22:17 +0200)
doc/src/sgml/indexam.sgml

index 320f50f03c00b293526966196ba3daaee53ac954..a7828cbed0333dc187f50f49daebf2c05a988e35 100644 (file)
@@ -528,7 +528,7 @@ amrescan (IndexScanDesc scan,
 
   <para>
 <programlisting>
-boolean
+bool
 amgettuple (IndexScanDesc scan,
             ScanDirection direction);
 </programlisting>