Commit 25240462 authored by Tom Lane's avatar Tom Lane

Fix bad grammar in brin.sgml.

Christoph Berg
parent 5e7c3d91
...@@ -531,8 +531,8 @@ typedef struct BrinOpcInfo ...@@ -531,8 +531,8 @@ typedef struct BrinOpcInfo
To implement these methods in a generic way, the operator class To implement these methods in a generic way, the operator class
defines its own internal support functions. defines its own internal support functions.
(For instance, <quote>min/max</> operator classes implements (For instance, the <quote>min/max</> operator classes implement
support functions for the four inequality operators for the data type.) support functions for the four inequality operators for their data type.)
Additionally, the operator class must supply appropriate Additionally, the operator class must supply appropriate
operator entries, operator entries,
to enable the optimizer to use the index when those operators are to enable the optimizer to use the index when those operators are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment