pgsql: Fix check_exclusion_constraint() to insert correct collations in

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix check_exclusion_constraint() to insert correct collations in
Дата
Msg-id E1Q3tn1-00082e-Lz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix check_exclusion_constraint() to insert correct collations in ScanKeys.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d0dd5c73527d4adc11211bd6ad43e3be121842f9

Modified Files
--------------
src/backend/executor/execUtils.c |   14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix plpgsql to release SPI plans when a function or DO block is
Следующее
От: Greg Stark
Дата:
Сообщение: pgsql: fix up a couple non-prototypes of the form foo() to be foo(void)