Could we do pgindent on just utils/adt/xml.c in the 8.3 branch?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Could we do pgindent on just utils/adt/xml.c in the 8.3 branch?
Date: 2010-03-01 02:27:53
Message-ID: 20938.1267410473@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I just committed a backpatch of
http://archives.postgresql.org/pgsql-committers/2009-05/msg00229.php
to 8.3. As in that patch, I did not try to manually reindent the code
that's now wrapped in PG_TRY blocks. It might be a good idea to run
pgindent on just that one file so that it's spacing-consistent with
the later branches. This will ease any future backpatching in that
file.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris 2010-03-01 02:38:08 Re: [HACKERS] full text search index scan query plan changed in 8.4.2?
Previous Message Tom Lane 2010-03-01 01:02:51 contrib/xml2 vs core xml, more issues