configure.in / xml / quoting trouble

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема configure.in / xml / quoting trouble
Дата
Msg-id 20070628182430.GS19698@quartz.itdept.newn.cam.ac.uk
обсуждение исходный текст
Ответы Re: configure.in / xml / quoting trouble  (Andrew Dunstan <andrew@dunslane.net>)
Re: configure.in / xml / quoting trouble  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: configure.in / xml / quoting trouble  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
I found I needed the enclosed patch when configuring today's CVS - I haven't
been keeping up since 8.2beta3.

The first part I needed when configuring --with-libxml. Why go to the
effort of finding xml2-config, and then disbelieve what it tells you?

The second part is a shell quoting problem. As the printf is inside
single quotes, the double quotes don't need to be escaped. My awk
received the backslashes and complained.

Cheers,

Patrick

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Doc update for pg_start_backup
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: configure.in / xml / quoting trouble