Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 82bbfc7

Browse files
committed
Doc: fix table of BRIN operator strategy numbers.
brin-extensibility-inclusion-table was confused in places about the difference between strategy 4 (RTOverRight) and strategy 5 (RTRight). Alexander Law
1 parent 55d5735 commit 82bbfc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/brin.sgml

+6-6
Original file line numberDiff line numberDiff line change
@@ -703,13 +703,13 @@ typedef struct BrinOpcInfo
703703
</row>
704704
<row>
705705
<entry>Operator Strategy 4</entry>
706-
<entry>operator right-of</entry>
707-
<entry>Operator Strategy 2</entry>
706+
<entry>operator does-not-extend-to-the-left-of</entry>
707+
<entry>Operator Strategy 1</entry>
708708
</row>
709709
<row>
710710
<entry>Operator Strategy 5</entry>
711-
<entry>operator does-not-extend-to-the-right-of</entry>
712-
<entry>Operator Strategy 1</entry>
711+
<entry>operator right-of</entry>
712+
<entry>Operator Strategy 2</entry>
713713
</row>
714714
<row>
715715
<entry>Operator Strategy 6, 18</entry>
@@ -749,12 +749,12 @@ typedef struct BrinOpcInfo
749749
<row>
750750
<entry>Operator Strategy 20</entry>
751751
<entry>operator less-than</entry>
752-
<entry>Operator Strategy 4</entry>
752+
<entry>Operator Strategy 5</entry>
753753
</row>
754754
<row>
755755
<entry>Operator Strategy 21</entry>
756756
<entry>operator less-than-or-equal-to</entry>
757-
<entry>Operator Strategy 4</entry>
757+
<entry>Operator Strategy 5</entry>
758758
</row>
759759
<row>
760760
<entry>Operator Strategy 22</entry>

0 commit comments

Comments
 (0)