pgsql: struct XmlTableRoutine: use C99 designated initializers

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: struct XmlTableRoutine: use C99 designated initializers
Дата
Msg-id E1rPhws-001g5B-13@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't test already-referenced pointer for nullness
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add missing PGDLLIMPORT markings