Re: [PATCH] Add some useful asserts into View Options macroses

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Add some useful asserts into View Options macroses
Дата
Msg-id bb465aed-06bf-5431-0f3c-f948e167ac80@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [PATCH] Add some useful asserts into View Options macroses  (Nikolay Shaplov <dhyan@nataraj.su>)
Ответы Re: [PATCH] Add some useful asserts into View Options macroses  (Nikolay Shaplov <dhyan@nataraj.su>)
Список pgsql-hackers
On 2019-10-08 12:44, Nikolay Shaplov wrote:
> В письме от понедельник, 7 октября 2019 г. 12:59:27 MSK пользователь Robert
> Haas написал:
> 
>>> This thread is a follow up to the thread
>>> https://www.postgresql.org/message-id/2620882.s52SJui4ql@x200m where I've
>>> been trying to remove StdRdOptions structure and replace it with unique
>>> structure for each relation kind.
>>>
>>> I've decided to split that patch into smaller parts.
>>>
>>> This part adds some asserts to ViewOptions macroses.
>>> Since an option pointer there is converted into (ViewOptions *) it would
>>> be
>>> really good to make sure that this macros is called in proper context, and
>>> we do the convertation properly. At least when running tests with asserts
>>> turned on.

Committed.

I simplified the parentheses by one level from your patch.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Adam Lee
Дата:
Сообщение: Looking for a demo of extensible nodes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pglz performance