[sqlsmith] ERROR: plan should not reference subplan's variable

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема [sqlsmith] ERROR: plan should not reference subplan's variable
Дата
Msg-id 87va8g7vq0.fsf@ansel.ydns.eu
обсуждение исходный текст
Ответы Re: [sqlsmith] ERROR: plan should not reference subplan's variable
Список pgsql-hackers
Hi,

sqlsmith caused another internal error while testing REL_11_STABLE at
1b9d1b08fe.  The query below on the regression DB yields "plan should
not reference subplan's variable" for me.

regards,
Andreas

delete from public.prt1_l
where
EXISTS (
  select
    from
      public.xmltest as ref_10 ,
      lateral (select
        ref_10.data as c0
      from
        public.radix_text_tbl as ref_0,
        lateral (select
          ref_11.name as c0
        from
          public.equipment_r as ref_11
        limit 134) as subq_0
      limit 110) as subq_1
    where public.prt1_l.c is NULL)
returning 42;


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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: libpq connection timeout mismanagement
Следующее
От: Tom Lane
Дата:
Сообщение: NetBSD vs libxml2