Re: pgindent weirdnessf - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pgindent weirdnessf
Date
Msg-id 4DAF0AD6.7090209@dunslane.net
Whole thread Raw
In response to Re: pgindent weirdnessf  (Bruce Momjian <bruce@momjian.us>)
Responses Re: pgindent weirdnessf  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

On 04/20/2011 11:48 AM, Bruce Momjian wrote:
> I assume you are using -g, right?


Of course I did. I wouldn't have any symbols at all if I didn't.

> The BulkInsertStateData typedef looks pretty normal:
>
>     typedef struct BulkInsertStateData
>     {
>         BufferAccessStrategy strategy;      /* our BULKWRITE strategy object */
>         Buffer      current_buf;    /* current insertion target page */
>     }   BulkInsertStateData;
>
> I tested my BSD machine using src/tools/find_typedefs and it does show
> BulkInsertStateData.


You can contribute to the list by running a buildfarm animal on your 
machine and running its find_typedefs occasionally. This is not just 
about me. I have asked on numerous occasions for other people to 
contribute, and the response has been deafening silence. The  reason we 
got to this place is that people complained that your list was 
insufficiently complete, so I added a facility for buildfarm animals to 
generate their own lists, so we could get wider platform coverage. So my 
response to anyone who says "well, it works on my box" is "then why 
isn't your box doing it for the buildfarm?"

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgindent weirdness
Next
From: Andrew Dunstan
Date:
Subject: Re: pgindent weirdness