reading build config.log --> possible bug?

Поиск
Список
Период
Сортировка
От Rob Sargentg
Тема reading build config.log --> possible bug?
Дата
Msg-id 4ED303A2.8000409@gmail.com
обсуждение исходный текст
Ответы Re: reading build config.log --> possible bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Looking to see where my new data directory is in recently built 9.1 I
happened upon what could potentially be a bug in configure:

Just after the line which begins "configure_args=" (line 11068 for me,
99% of buffer) I find:

datadir='${datarootdir}'
datarootdir='${prefix}/share'

I'm troubled that datadir may be getting set too early since that's the
first mention of either variable in config.log? I don't see 'datadir'
anywhere else in the file but that's not abnormal.

Paranoid but maybe they _are_ after me,

rjs



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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: Way to create unique constraint in Postgres even with null columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: reading build config.log --> possible bug?