Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar - Mailing list pgsql-committers

From Noah Misch
Subject Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Date
Msg-id 20151012141708.GB128792@tornado.leadboat.com
Whole thread Raw
In response to Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Next
From: Tom Lane
Date:
Subject: pgsql: Fix "pg_ctl start -w" to test child process status directly.