pgindent weirdness

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgindent weirdness
Дата
Msg-id CA+Tgmoa2LSKavzzE=YSXA4Xua0e+yaD2wY73tfKfAPFp4by8dQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgindent weirdness  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
In contrib/test_shm_mq/test.c, the 9.4 pgindent run
(0a7832005792fa6dad171f9cadb8d587fe0dd800) did this:

-PG_MODULE_MAGIC;
-PG_FUNCTION_INFO_V1(test_shm_mq);
+PG_MODULE_MAGIC; PG_FUNCTION_INFO_V1(test_shm_mq);PG_FUNCTION_INFO_V1(test_shm_mq_pipelined);

This is obviously not an improvement.  Is there some formatting rule
that I violated in the original code that lead to this, or what?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: RLS Design
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: Minmax indexes