Re: pgindent weirdnessf

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgindent weirdnessf
Date: 2011-04-20 16:33:26
Message-ID: 4DAF0AD6.7090209@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-04-20 16:38:57 Re: pgindent weirdness
Previous Message Tom Lane 2011-04-20 16:29:02 Re: pgindent weirdness