pgindent issue with EXEC_BACKEND-only typedefs

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgindent issue with EXEC_BACKEND-only typedefs
Date: 2007-12-07 00:46:22
Message-ID: 20071207004622.GO8451@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

It seems pgindent is not considering EXEC_BACKEND typedefs. For
example,

static void restore_backend_variables(BackendParameters * param, Port *port);

BackendParameters is not considered a typedef.

Not sure how serious an issue this is ... I just noticed and thought I
would mention it.

--
Alvaro Herrera http://www.amazon.com/gp/registry/CTMLCN8V17R4
"El miedo atento y previsor es la madre de la seguridad" (E. Burke)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-12-07 01:20:18 Re: Problem with ControlFileData structure being ABI dependent
Previous Message Rainer Bauer 2007-12-06 23:25:40 Re: Problem with ControlFileData structure being ABI dependent