From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Dmitry Belyavsky <beldmit(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Nikolay Shaplov <dhyan(at)nataraj(dot)su> |
Subject: | Re: Ltree syntax improvement |
Date: | 2020-07-01 13:23:30 |
Message-ID: | 5372A62B-80DB-48EA-93CC-5F8809F2CD01@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On 4 Apr 2020, at 01:26, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Ashutosh Bapat | 2020-07-01 13:24:17 | Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit |
Previous Message | Fujii Masao | 2020-07-01 13:20:50 | Re: track_planning causing performance regression |