pgsql: Fix comment indentation and whitespace

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix comment indentation and whitespace
Дата
Msg-id E1pVYXe-000UDv-8R@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Disallow NULLS NOT DISTINCT indexes for primary keys
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Silence compiler warnings introduced by d87d548cd0.