Re: pgindent weirdnessf

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgindent weirdnessf
Дата
Msg-id 4DAF0AD6.7090209@dunslane.net
обсуждение исходный текст
Ответ на Re: pgindent weirdnessf  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgindent weirdnessf  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgindent weirdness
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgindent weirdness