Skip to content
Snippets Groups Projects
Commit 82bbfc75 authored by Tom Lane's avatar Tom Lane
Browse files

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
parent 55d57359
No related branches found
No related tags found
No related merge requests found
......@@ -703,13 +703,13 @@ typedef struct BrinOpcInfo
</row>
<row>
<entry>Operator Strategy 4</entry>
<entry>operator right-of</entry>
<entry>Operator Strategy 2</entry>
<entry>operator does-not-extend-to-the-left-of</entry>
<entry>Operator Strategy 1</entry>
</row>
<row>
<entry>Operator Strategy 5</entry>
<entry>operator does-not-extend-to-the-right-of</entry>
<entry>Operator Strategy 1</entry>
<entry>operator right-of</entry>
<entry>Operator Strategy 2</entry>
</row>
<row>
<entry>Operator Strategy 6, 18</entry>
......@@ -749,12 +749,12 @@ typedef struct BrinOpcInfo
<row>
<entry>Operator Strategy 20</entry>
<entry>operator less-than</entry>
<entry>Operator Strategy 4</entry>
<entry>Operator Strategy 5</entry>
</row>
<row>
<entry>Operator Strategy 21</entry>
<entry>operator less-than-or-equal-to</entry>
<entry>Operator Strategy 4</entry>
<entry>Operator Strategy 5</entry>
</row>
<row>
<entry>Operator Strategy 22</entry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment