initdb / pg_version

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема initdb / pg_version
Дата
Msg-id E11yGnF-0001jz-00@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответы Re: [HACKERS] initdb / pg_version  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] initdb / pg_version  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Список pgsql-hackers
I just spent some time trying to work out why PG_VERSION contained 6.6 rather
than 7.0 in my freshly initdb'd directory. End result: I don't understand
why after doing a make in src/bin/pg_version, doing a make install recompiles
pg_version even though it was just made. This leads to the problem that I
do the first make as prlw1, then the make install as postgres. As make install
insists on relinking pg_version even though it is up to date, postgres tries
to write pg_version to prlw1's src directory which fails, so it doesn't
install. (I suspect that the general trend is to do everything as user
postgres, but there must be something up with the Makefile..)

Any thoughts to fix the build process?

Cheers,

Patrick


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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: [HACKERS] ordering RH6.1
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] AND &&