]> granicus.if.org Git - postgresql/commitdiff
Doc: fix table of BRIN operator strategy numbers.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jul 2016 17:32:45 +0000 (13:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jul 2016 17:32:48 +0000 (13:32 -0400)
brin-extensibility-inclusion-table was confused in places about the
difference between strategy 4 (RTOverRight) and strategy 5 (RTRight).

Alexander Law

doc/src/sgml/brin.sgml

index 245ec5d32ac75258a3815940df3a103d824c1e94..d57fd52611258342df3c13e68745a01780a158e5 100644 (file)
@@ -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>