Re: Use C99 designated initializers for some structs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Use C99 designated initializers for some structs
Дата
Msg-id fbce0307-8c2b-f19a-ca1a-cc6ced52fd9c@2ndquadrant.com
обсуждение исходный текст
Ответ на Use C99 designated initializers for some structs  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Use C99 designated initializers for some structs  (David Steele <david@pgmasters.net>)
Список pgsql-hackers
On 29/08/2018 12:13, Peter Eisentraut wrote:
> Here is a patch to change some struct initializations to use C99-style
> designated initializers.  These are just a few particularly egregious
> cases that were hard to read and write, and error prone because of many
> similar adjacent types.
> 
> (The PL/Python changes currently don't compile with Python 3 because of
> the situation described in the parallel thread "PL/Python: Remove use of
> simple slicing API".)
> 
> Thoughts?

and with the actual patch

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Use C99 designated initializers for some structs
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: Stored procedures and out parameters