Re: Simplify event trigger support checking functions

2022-10-11 Thread Peter Eisentraut
On 07.10.22 18:43, Robert Haas wrote: On Fri, Oct 7, 2022 at 8:10 AM Peter Eisentraut wrote: The only drawback in terms of code robustness is that someone adding a new shared object type would have to remember to add it to EventTriggerSupportsObjectType(). This doesn't seem like a good idea t

Re: Simplify event trigger support checking functions

2022-10-07 Thread Robert Haas
On Fri, Oct 7, 2022 at 8:10 AM Peter Eisentraut wrote: > The only drawback in terms of code robustness is that someone adding a > new shared object type would have to remember to add it to > EventTriggerSupportsObjectType(). This doesn't seem like a good idea to me. If the function names give the