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

2019-11-08 Thread Nikolay Shaplov
В письме от пятница, 1 ноября 2019 г. 13:29:58 MSK пользователь Peter Eisentraut написал: > Committed. > > I simplified the parentheses by one level from your patch. Thank you! -- Software Developer: https://www.upwork.com/freelancers/~014a87e140ff02c0da Body-oriented Therapist: https://vk.co

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

2019-11-01 Thread Peter Eisentraut
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 a

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

2019-10-08 Thread Nikolay Shaplov
В письме от понедельник, 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 > > stru

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

2019-10-07 Thread Robert Haas
On Sat, Oct 5, 2019 at 5:23 PM Nikolay Shaplov wrote: > 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 deci

[PATCH] Add some useful asserts into View Options macroses

2019-10-05 Thread Nikolay Shaplov
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