struct XmlTableRoutine: use C99 designated initializers
authorAlvaro Herrera <[email protected]>
Tue, 16 Jan 2024 11:48:30 +0000 (12:48 +0100)
committerAlvaro Herrera <[email protected]>
Tue, 16 Jan 2024 11:48:30 +0000 (12:48 +0100)
commit585025397337281cdce31bf1df2e0868cfbd0b92
tree484183136041deafa4c3a30fe5e66d2823af80fc
parentc6605c1bdf07e8fc026bf857d37628cbb5746bb8
struct XmlTableRoutine: use C99 designated initializers

As in c27f8621eed et al.

Not as critical as other cases we've handled, but I figure if we're
going to add JsonbTableRoutine using TableFuncRoutine, this makes it
easier to jump around the code.
src/backend/utils/adt/xml.c