File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ CREATE FUNCTION my_inner_consistent(internal, internal) RETURNS void ...
566
566
typedef struct spgInnerConsistentIn
567
567
{
568
568
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 */
570
570
int nkeys; /* length of array */
571
571
int norderbys; /* length of array */
572
572
@@ -693,7 +693,7 @@ typedef struct spgLeafConsistentIn
693
693
ScanKey scankeys; /* array of operators and comparison values */
694
694
ScanKey orderbykeys; /* array of ordering operators and comparison values */
695
695
int nkeys; /* length of array */
696
- int norderbys; /* length of array */
696
+ int norderbys; /* length of array */
697
697
698
698
void *traversalValue; /* opclass-specific traverse value */
699
699
Datum reconstructedValue; /* value reconstructed at parent */
@@ -707,7 +707,7 @@ typedef struct spgLeafConsistentOut
707
707
{
708
708
Datum leafValue; /* reconstructed original data, if any */
709
709
bool recheck; /* set true if operator must be rechecked */
710
- double *distances; /* associated distances */
710
+ double *distances; /* associated distances */
711
711
} spgLeafConsistentOut;
712
712
</programlisting>
713
713
You can’t perform that action at this time.
0 commit comments