pgsql: Fix BRIN supported operators table

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix BRIN supported operators table
Date: 2015-06-20 15:28:37
Message-ID: E1Z6KhB-0002yg-TU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix BRIN supported operators table

Some of the entries in the inclusion opclasses where missing operators,
and we had an entry for inet_inclusion_ops instead of
network_inclusion_ops. Sort the operators within each opclass by
strategy number, just to make it easier to spot mistakes.

Also sort the rows by data type name, rather than OID.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1443a165db007462c5044ad8d03d919ac4323e6d

Modified Files
--------------
doc/src/sgml/brin.sgml | 185 ++++++++++++++++++++++++------------------------
1 file changed, 93 insertions(+), 92 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2015-06-20 16:21:57 pgsql: Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous ret
Previous Message Alvaro Herrera 2015-06-20 14:47:06 pgsql: Fix thinko in comment (launcher -> worker)