Re: Fix for initdb failures on Vista - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: Fix for initdb failures on Vista
Date
Msg-id 47C28CF4.2010908@enterprisedb.com
Whole thread Raw
In response to Fix for initdb failures on Vista  ("Dave Page" <dpage@pgadmin.org>)
List 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 by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: lc_time and localized dates
Next
From: "Markus Bertheau"
Date:
Subject: Re: [BUGS] Incomplete docs for restore_command for hot standby