pgsql: Use preprocessor conditions compatible with Emacs indent.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use preprocessor conditions compatible with Emacs indent.
Date: 2019-04-28 20:00:41
Message-ID: E1hKpyb-0006Q6-G1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use preprocessor conditions compatible with Emacs indent.

Emacs wrongly indented hundreds of subsequent lines.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90e7f317735159116fdc3f90e287dd688b18a353

Modified Files
--------------
src/backend/postmaster/postmaster.c | 4 ++++
src/bin/pg_upgrade/controldata.c | 5 ++---
2 files changed, 6 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-28 21:17:02 pgsql: Do pre-release housekeeping on catalog data, and fix jsonpath se
Previous Message Tom Lane 2019-04-28 16:46:02 pgsql: Clean up minor warnings from buildfarm.