Re: initdb failure on win32

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: initdb failure on win32
Дата
Msg-id 412266BF.3080309@mailblocks.com
обсуждение исходный текст
Ответ на Re: initdb failure on win32  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
Magnus,

> There is a fixed buffer of 1024 bytes. I have a feeling ythat one has to
> be changed to dynamic.
> 
You're quite right. The 'InfoBufferSize' denotes 1122 bytes after this call.

if(!GetTokenInformation(AccessToken,TokenGroups,InfoBuffer,1024,&InfoBufferSize)) 


Regards,

Thomas Hallgren



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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: 7.3.7 packaged ...
Следующее
От: "Simon Riggs"
Дата:
Сообщение: What else is needed for PITR?