On Thu, Feb 13, 2014 at 03:52:02PM -0500, Tom Lane wrote: > >> else if (def->defnamespace == NULL) > >> continue; > >> + > >> else if (pg_strcasecmp(def->defnamespace, namspace) != 0) > >> continue; > >> > >> This seems an odd change to be making. > > > I just tested pgindent in head against that file in 9.3 and head and > > didn't see that additional blank line, which is certainly odd. > > It doesn't do that for me either.
We have to expand our pgindent testing in the southern hemisphere. ;-) -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
