Fix for 'extern "C"' indenting

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Fix for 'extern "C"' indenting
Date: 2001-11-07 22:23:05
Message-ID: 200111072223.fA7MN5i14384@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom found a problem with indenting of "extern C" code blocks. I thought
I had fixed it earlier, but obviously not.

Attached is a patch which is a run of an improved pgindent over several
include files that contained 'extern "C"' blocks.

Do people want this applied or should we just live with a ugly indenting
of a few C files for 7.2?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 62.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Fernando Nasser 2001-11-07 22:42:07 Libpq support for precision and scale
Previous Message Tom Lane 2001-11-07 17:07:22 Re: Query preformence