Re: building pg_dump doesn't work

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: building pg_dump doesn't work
Дата
Msg-id 20090305131331.GB4087@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: building pg_dump doesn't work  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-hackers
Zdenek Kotala wrote:
> Dne  3.03.09 22:55, Tom Lane napsal(a):
>
>>
>> One idea that comes to mind is to replace the entries like
>>
>>     {"abort", ABORT_P, UNRESERVED_KEYWORD},
>>
>> with macro calls
>>
>>     PG_KEYWORD("abort", ABORT_P, UNRESERVED_KEYWORD),
>>
>> and then the frontend build of the file could define the macro
>> to ignore its second argument.
>
> It sounds good.

Please have a look at the patch I just posted -- should be up in a few
minutes in
http://archives.postgresql.org/message-id/20090305131208.GA4087%40alvh.no-ip.org

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: building pg_dump doesn't work
Следующее
От: Greg Stark
Дата:
Сообщение: Re: building pg_dump doesn't work