pgindent weirdness - Mailing list pgsql-hackers

From Robert Haas
Subject pgindent weirdness
Date
Msg-id CA+Tgmoa2LSKavzzE=YSXA4Xua0e+yaD2wY73tfKfAPFp4by8dQ@mail.gmail.com
Whole thread Raw
Responses Re: pgindent weirdness  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: RLS Design
Next
From: Claudio Freire
Date:
Subject: Re: Minmax indexes