Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Дата
Msg-id 20151012141708.GB128792@tornado.leadboat.com
обсуждение исходный текст
Ответ на Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Mon, Oct 12, 2015 at 09:56:30AM -0400, Tom Lane wrote:
> Noah Misch <noah@leadboat.com> writes:
> > Use JsonbIteratorToken consistently in automatic variable declarations.
> > Many functions stored JsonbIteratorToken values in variables of other
> > integer types.  Also, standardize order relative to other declarations.
> > Expect compilers to generate the same code before and after this change.
>
> FWIW, I think this sort of thing should get back-patched.

Works for me.  Done.


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix "pg_ctl start -w" to test child process status directly.