Re: Initdb not running on beos

Поиск
Список
Период
Сортировка
От Cyril VELTER
Тема Re: Initdb not running on beos
Дата
Msg-id 00037715175c35ca_mailit@mail.cybercable.fr
обсуждение исходный текст
Ответ на Initdb not running on beos  (Cyril VELTER <cyril.velter@libertysurf.fr>)
Ответы Re: Initdb not running on beos  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
   Unfortunatly, there is no hard link on beos :=(. link and unlink are 
there, but link always return "No such file or directory".
   BTW, What the code in XLogFileInit is supposed to do ? Why not create the 
file with the right name in the first step ?
   I have tried to create the file whith the right name and remove all link/
unlink. After that, initdb does works but after I have a quite strange 
behavior :       * Every select return 0 row (the columns are there, but no datas)   * Every create  or insert crash
thebackend.   * If I do nothing, the backend will crash after some minutes      is it related to the first hack ? or is
theresomething else ?
 

           cyril


>Cyril VELTER <cyril.velter@libertysurf.fr> writes:
>> FATAL 2:  InitReopen(logfile 0 seg 0) failed: No such file or directory
>
>Does BeOS not support link(2) ?
>
>See XLogFileInit() in src/backend/access/transam/xlog.c.
>
>            regards, tom lane
>



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: location of Unix socket
Следующее
От: Dave
Дата:
Сообщение: JDBC charSet patch