struct XmlTableRoutine: use C99 designated initializers
commit585025397337281cdce31bf1df2e0868cfbd0b92
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 16 Jan 2024 11:48:30 +0000 (16 12:48 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 16 Jan 2024 11:48:30 +0000 (16 12:48 +0100)
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