mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
doc: Fix typo in function prototype
This commit is contained in:
parent
4c64b51dc5
commit
5b60cf35f5
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ amrescan (IndexScanDesc scan,
|
|||
|
||||
<para>
|
||||
<programlisting>
|
||||
boolean
|
||||
bool
|
||||
amgettuple (IndexScanDesc scan,
|
||||
ScanDirection direction);
|
||||
</programlisting>
|
||||
|
|
|
|||
Loading…
Reference in a new issue