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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to