BUG #17832: ERROR: failed to apply nullingrels to a non-Var in HEAD
От
PG Bug reporting form
Тема
BUG #17832: ERROR: failed to apply nullingrels to a non-Var in HEAD
Дата
Msg-id
17832-d0a8106cdf1b722e@postgresql.org
Список
Дерево обсуждения
BUG #17832: ERROR: failed to apply nullingrels to a non-Var in HEAD PG Bug reporting form <noreply@postgresql.org>
Re: BUG #17832: ERROR: failed to apply nullingrels to a non-Var in HEAD Tom Lane <tgl@sss.pgh.pa.us>
The following bug has been logged on the website:
Bug reference: 17832
Logged by: Marko Tiikkaja
Email address: marko@joh.to
PostgreSQL version: Unsupported/Unknown
Operating system: Linux
Description:
Running the following query in HEAD fails with the error in $SUBJECT:
SELECT 1
FROM
(
SELECT NULL::text AS AccountName
) Actual FULL JOIN (
SELECT text 'foo'
UNION ALL
SELECT text 'bar'
) Expected (AccountName)
ON TRUE
WHERE Expected.AccountName IS NULL;
I tried PGv15 online and it seemed to work there, so I'm guessing this only
applies to HEAD.
В списке pgsql-bugs по дате отправления
От: Tom Lane
Дата:
От: Dean Rasheed
Дата: