Skip to content

Commit f9d23b6

Browse files
committed
Fix tabs in doc/src/sgml/spgist.sgml
1 parent 7bad32e commit f9d23b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/spgist.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ CREATE FUNCTION my_inner_consistent(internal, internal) RETURNS void ...
566566
typedef struct spgInnerConsistentIn
567567
{
568568
ScanKey scankeys; /* array of operators and comparison values */
569-
ScanKey orderbyKeys; /* array of ordering operators and comparison values */
569+
ScanKey orderbyKeys; /* array of ordering operators and comparison values */
570570
int nkeys; /* length of array */
571571
int norderbys; /* length of array */
572572

@@ -693,7 +693,7 @@ typedef struct spgLeafConsistentIn
693693
ScanKey scankeys; /* array of operators and comparison values */
694694
ScanKey orderbykeys; /* array of ordering operators and comparison values */
695695
int nkeys; /* length of array */
696-
int norderbys; /* length of array */
696+
int norderbys; /* length of array */
697697

698698
void *traversalValue; /* opclass-specific traverse value */
699699
Datum reconstructedValue; /* value reconstructed at parent */
@@ -707,7 +707,7 @@ typedef struct spgLeafConsistentOut
707707
{
708708
Datum leafValue; /* reconstructed original data, if any */
709709
bool recheck; /* set true if operator must be rechecked */
710-
double *distances; /* associated distances */
710+
double *distances; /* associated distances */
711711
} spgLeafConsistentOut;
712712
</programlisting>
713713

0 commit comments

Comments
 (0)