pgsql: Suppress duplicate-index-entry warning introduced by previous co

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress duplicate-index-entry warning introduced by previous co
Дата
Msg-id E1VanMv-00027I-W7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress duplicate-index-entry warning introduced by previous commit.

We don't need two index entries for lo_create pointing at the same section.
It's a bit pedantic for the toolchain to warn about this, but warn it does.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/438df52df9bf7ade0c042e73e9c83c0a58adb5bb

Modified Files
--------------
doc/src/sgml/lobj.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Add large object functions catering to SQL callers.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation about usage of FDW validator functions.