1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

doc: Fix typo in function prototype

This commit is contained in:
Peter Eisentraut
2021-07-12 22:07:35 +02:00
parent 4c64b51dc5
commit 5b60cf35f5

View File

@ -629,7 +629,7 @@ amrescan (IndexScanDesc scan,
<para>
<programlisting>
boolean
bool
amgettuple (IndexScanDesc scan,
ScanDirection direction);
</programlisting>