pgindent issue with EXEC_BACKEND-only typedefs - Mailing list pgsql-hackers

From Alvaro Herrera
Subject pgindent issue with EXEC_BACKEND-only typedefs
Date
Msg-id 20071207004622.GO8451@alvh.no-ip.org
Whole thread Raw
Responses Re: pgindent issue with EXEC_BACKEND-only typedefs  (Bruce Momjian <bruce@momjian.us>)
List 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)


pgsql-hackers by date:

Previous
From: Rainer Bauer
Date:
Subject: Re: Problem with ControlFileData structure being ABI dependent
Next
From: Tom Lane
Date:
Subject: Re: Problem with ControlFileData structure being ABI dependent