pgsql: Fix comment indentation and whitespace - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix comment indentation and whitespace
Date
Msg-id E1pVYXe-000UDv-8R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment indentation and whitespace

The previous layout satisfied pgindent but failed the git whitespace
check.  Fix by not putting the comment first in the line, which
pgindent does not handle well.

Discussion: https://www.postgresql.org/message-id/flat/480e3c67-b703-46ff-a418-d3b481d68372%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62d56f6720cd9483ede8a410a1a2cd6a0202c091

Modified Files
--------------
contrib/postgres_fdw/connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Disallow NULLS NOT DISTINCT indexes for primary keys
Next
From: Jeff Davis
Date:
Subject: pgsql: Silence compiler warnings introduced by d87d548cd0.