pgindent weirdness

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: pgindent weirdness
Date: 2014-07-10 16:02:50
Message-ID: CA+Tgmoa2LSKavzzE=YSXA4Xua0e+yaD2wY73tfKfAPFp4by8dQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Moshe Jacobson 2014-07-10 16:12:03 Re: LEFT JOINs not optimized away when not needed
Previous Message Robert Haas 2014-07-10 15:17:59 Re: RLS Design