From: Tom Lane Date: Sun, 5 Jul 2015 16:08:15 +0000 (-0400) Subject: Fix bad grammar in brin.sgml. X-Git-Tag: REL9_5_ALPHA2~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a92ad4b9eec0051296d6475feb9c9955c860a9d;p=postgresql Fix bad grammar in brin.sgml. Christoph Berg --- diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index e25f09c680..cdfe5dec56 100644 --- a/doc/src/sgml/brin.sgml +++ b/doc/src/sgml/brin.sgml @@ -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, min/max operator classes implements - support functions for the four inequality operators for the data type.) + (For instance, the 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