Re: [PATCH] Add some useful asserts into View Options macroses - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Add some useful asserts into View Options macroses
Date
Msg-id bb465aed-06bf-5431-0f3c-f948e167ac80@2ndquadrant.com
Whole thread Raw
In response to Re: [PATCH] Add some useful asserts into View Options macroses  (Nikolay Shaplov <dhyan@nataraj.su>)
Responses Re: [PATCH] Add some useful asserts into View Options macroses  (Nikolay Shaplov <dhyan@nataraj.su>)
List 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 by date:

Previous
From: Adam Lee
Date:
Subject: Looking for a demo of extensible nodes
Next
From: Peter Eisentraut
Date:
Subject: Re: pglz performance