Re: [HACKERS] Improving RLS planning - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Improving RLS planning
Date
Msg-id 7921.1484862662@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Improving RLS planning  (Andreas Seltenreich <seltenreich@gmx.de>)
List pgsql-hackers
Andreas Seltenreich <seltenreich@gmx.de> writes:
> sqlsmith doesn't seem to like 215b43cdc:

> select 1 from information_schema.usage_privileges
> where information_schema._pg_keysequal(
>    (select null::smallint[]),
>    '{16,25,23}');

> -- TRAP: FailedAssertion("!(!and_clause((Node *) clause))", File: "restrictinfo.c", Line: 81)

Thanks, I'll take a look.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] [PATCH] Fix minor race in commit_ts SLRU truncation vslookups
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] [JDBC] SEGFAULT in HEAD with replication