Re: [HACKERS] Compiler warnings

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: [HACKERS] Compiler warnings
Дата
Msg-id e7b6eff6-a9de-fe8b-00ef-6fde5d5d8cf0@joeconway.com
обсуждение исходный текст
Ответ на Re: Compiler warnings  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] Compiler warnings  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 12/06/2016 01:59 PM, Robert Haas wrote:
> On Tue, Dec 6, 2016 at 3:46 PM, Stephen Frost <sfrost@snowman.net> wrote:
>> Good thought, thanks!
>>
>> Updated patch attached with that change and I also added an Assert() to
>> GetCachedPlan(), in case that code gets whacked around later and somehow
>> we end up falling through without actually setting *plan.
>>
>> Thoughts?
>
> wfm
>

Shouldn't this be back-patched? The plancache warning goes back through
9.2 (at least) and the lwlocks warning through 9.5 (or maybe it was 9.4).

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] FW: VACUUM FULL Error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Improving RLS planning