Re: porting question: funky uid names?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: porting question: funky uid names?
Дата
Msg-id 7851.984166276@sss.pgh.pa.us
обсуждение исходный текст
Ответ на porting question: funky uid names?  (Mark Bixby <mark@bixby.org>)
Список pgsql-hackers
Mark Bixby <mark@bixby.org> writes:
> MPE is a proprietary OS with a POSIX layer on top.  The concept of
> POSIX uids and gids has been mapped to the concept of MPE usernames
> and MPE accountnames.  An example MPE username would be "MGR.BIXBY",
> and if you do a POSIX getpwuid(getuid()), the contents of pw_name will
> be the same "MGR.BIXBY".

Hm.  And what is returned in pw_uid?

I think you are getting burnt by initdb's attempt to assign the postgres
superuser's numeric ID to be the same as the Unix userid number of the
user running initdb.  Look at the uses of pg_id in the initdb script,
and experiment with running pg_id by hand to see what it produces.

A quick and dirty experiment would be to run "initdb -i 42" (or
whatever) to override the result of pg_id.  If that succeeds, the
real answer may be that pg_id needs a patch to behave reasonably on MPE.

Let us know...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AW: AW: AW: AW: WAL does not recover gracefully from ou t-of -dis k-sp ace
Следующее
От: Andrew Evans
Дата:
Сообщение: Re: Internationalized error messages