pgsql: Fix BRIN supported operators table

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix BRIN supported operators table
Дата
Msg-id E1Z6KhB-0002yg-TU@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix thinko in comment (launcher -> worker)
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous ret