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

From Andreas Seltenreich
Subject Re: [HACKERS] Improving RLS planning
Date
Msg-id 878tq6vja6.fsf@ansel.ydns.eu
Whole thread Raw
In response to Re: [HACKERS] Improving RLS planning  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Improving RLS planning  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> Thanks for reviewing --- I'll do something with that test case and
> push it.

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)

regards,
Andreas



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] delta relations in AFTER triggers
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] [PATCH] Fix minor race in commit_ts SLRU truncation vslookups