Re: Fix for initdb failures on Vista
От | Heikki Linnakangas |
---|---|
Тема | Re: Fix for initdb failures on Vista |
Дата | |
Msg-id | 47C28CF4.2010908@enterprisedb.com обсуждение исходный текст |
Ответ на | Fix for initdb failures on Vista ("Dave Page" <dpage@pgadmin.org>) |
Список | pgsql-patches |
Dave Page wrote: > The attached patch fixes problems reported primarily on Vista, but > also on some Windows 2003 and XP installations in which initdb reports > that it cannot find postgres.exe. A couple of minor nitpicks: Regarding the AddUserToDaclCleanup helper function, I would suggest putting all the cleanups at the end of AddUserToDacl, jump to the cleanup section with a goto. That's a commonly used pattern to do it. One problem with the Cleanup function is that if you need to add more cleanup code (probably not likely in this case, though), you need to modify the function signature and all callers. The comment in AddUserToDacl says "This is required on Windows machines running some of Microsoft's latest security patches on XP/2K3, and on Vista/Longhorn boxes". The security patches we're talking about are not going to be the latest for very long; might want to rephrase that. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com
В списке pgsql-patches по дате отправления: