pgsql: struct XmlTableRoutine: use C99 designated initializers

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: struct XmlTableRoutine: use C99 designated initializers
Date: 2024-01-16 11:49:42
Message-ID: E1rPhws-001g5B-13@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/585025397337281cdce31bf1df2e0868cfbd0b92

Modified Files
--------------
src/backend/utils/adt/xml.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-01-16 11:53:53 pgsql: Add missing PGDLLIMPORT markings
Previous Message Alvaro Herrera 2024-01-16 11:30:15 pgsql: Don't test already-referenced pointer for nullness