pgsql: Re-pgindent a few files.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Re-pgindent a few files.
Date: 2022-12-04 19:26:07
Message-ID: E1p1uco-0020Cv-Bo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re-pgindent a few files.

Just because I'm a neatnik, and I'm currently working on
code in this area. It annoys me to not be able to pgindent
my patches without working around unrelated changes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/92c4dafe1eed511c5af92bcea5311cf627673377

Modified Files
--------------
src/backend/optimizer/plan/setrefs.c | 4 ++--
src/backend/utils/adt/selfuncs.c | 2 +-
src/include/nodes/parsenodes.h | 4 ++--
src/include/nodes/plannodes.h | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-12-04 20:23:22 pgsql: Update top-level .gitignore.
Previous Message Tom Lane 2022-12-04 18:48:35 pgsql: Add missing MaterialPath support in reparameterize_path[_by_chil