Yurii Rashkovskii <yra...@omnigres.com> writes: > This recent patch is great but causes a small problem. It mixes designated > and non-designated initializers, specifically in `PG_MODULE_MAGIC_DATA(0)`.
Ugh. I felt a bit itchy about that, but my compiler wasn't complaining... Can you propose a specific change to clean it up? I wanted to write just "PG_MODULE_MAGIC_DATA()", but I'm not sure that's valid C either. regards, tom lane