Re: [PATCH] ternary reloption type

2025-09-20 Thread Timur Magomedov
Hello Nikolay! Found a typo in reloptions.h, treaed -> treated. Can ternary enum be added in a separate header file, say, src/include/ternary.h instead of adding it to c.h? I'm just not sure if c.h is it the right place for relation-options-specific code. Of course, I can be wrong. -- Regard

Re: [PATCH] ternary reloption type

2025-09-14 Thread Nikolay Shaplov
В письме от пятница, 12 сентября 2025 г. 16:46:19 MSK пользователь Timur Magomedov написал: > Hello Nikolay! > > Found a typo in reloptions.h, treaed -> treated. Oups. Fixed that in the attached version. > Can ternary enum be added in a separate header file, say, > src/include/ternary.h instead

Re: [PATCH] ternary reloption type

2025-09-04 Thread Nikolay Shaplov
My English is bad :-( It is either trinary, or ternary, but not what I've written in previous message. Thanks to Timur for pointing to this issue. Here goes a new version of the patch with proper naming for an new option type. -- Nikolay Shaplov aka Nataraj Fuzzing Engineer at Postgres Pr