Re: pgindent weirdnessf

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Bruce Momjian <bruce@momjian.us>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2011-04-20T16:33:26Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Latest consolidated typedef list from buildfarm.


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