copyParamList

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема copyParamList
Дата
Msg-id 87d1o76u1u.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответы Re: copyParamList  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
copyParamList does not respect from->paramMask, in what looks to me like
an obvious oversight:
   retval->paramMask = NULL;
[...]       /* Ignore parameters we don't need, to save cycles and space. */       if (retval->paramMask != NULL &&
     !bms_is_member(i, retval->paramMask))
 

retval->paramMask is never set to anything not NULL in this function,
so surely that should either be initializing it to from->paramMask, or
checking from->paramMask in the conditional?

-- 
Andrew (irc:RhodiumToad)



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: 9.4 -> 9.5 regression with queries through pgbouncer on RHEL 6
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [sqlsmith] PANIC: failed to add BRIN tuple