1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix bad grammar in brin.sgml.

Christoph Berg
This commit is contained in:
Tom Lane
2015-07-05 12:08:15 -04:00
parent d1fec374f7
commit 9a92ad4b9e

View File

@ -531,8 +531,8 @@ typedef struct BrinOpcInfo
To implement these methods in a generic way, the operator class
defines its own internal support functions.
(For instance, <quote>min/max</> operator classes implements
support functions for the four inequality operators for the data type.)
(For instance, the <quote>min/max</> operator classes implement
support functions for the four inequality operators for their data type.)
Additionally, the operator class must supply appropriate
operator entries,
to enable the optimizer to use the index when those operators are