Re: initdb failure on win32 - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: initdb failure on win32
Date
Msg-id 412266BF.3080309@mailblocks.com
Whole thread Raw
In response to Re: initdb failure on win32  ("Magnus Hagander" <mha@sollentuna.net>)
List 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 by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: 7.3.7 packaged ...
Next
From: "Simon Riggs"
Date:
Subject: What else is needed for PITR?