Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df5f6c
)
doc: Fix typo in function prototype
author
Peter Eisentraut
<peter@eisentraut.org>
Mon, 12 Jul 2021 20:07:35 +0000
(22:07 +0200)
committer
Peter Eisentraut
<peter@eisentraut.org>
Mon, 12 Jul 2021 20:17:18 +0000
(22:17 +0200)
doc/src/sgml/indexam.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/indexam.sgml
b/doc/src/sgml/indexam.sgml
index a26ed328673833c55f110199615ad0eb64723988..fcdb8c3ec44df846cc3d6a47ba6e4980c9375845 100644
(file)
--- a/
doc/src/sgml/indexam.sgml
+++ b/
doc/src/sgml/indexam.sgml
@@
-567,7
+567,7
@@
amrescan (IndexScanDesc scan,
<para>
<programlisting>
-bool
ean
+bool
amgettuple (IndexScanDesc scan,
ScanDirection direction);
</programlisting>