Re: Ltree syntax improvement

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Ltree syntax improvement
Дата
Msg-id 5372A62B-80DB-48EA-93CC-5F8809F2CD01@yesql.se
обсуждение исходный текст
Ответ на Re: Ltree syntax improvement  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Ответы Re: Ltree syntax improvement  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
> On 4 Apr 2020, at 01:26, Nikita Glukhov <n.gluhov@postgrespro.ru> wrote:

> Fixed patch attached.

This patch cause a regression in the ltree_plpython module, it needs the below
trivial change to make it pass again:

--- a/contrib/ltree_plpython/expected/ltree_plpython.out
+++ b/contrib/ltree_plpython/expected/ltree_plpython.out
@@ -39,5 +39,6 @@ $$;
 -- string.
 SELECT test2();
 ERROR:  ltree syntax error at character 1
+DETAIL:  Unexpected character
 CONTEXT:  while creating return value
 PL/Python function "test2"

Please submit a rebased version of the patch.

cheers ./daniel


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: track_planning causing performance regression
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit