Re: CVS tip build failure (win32) - Mailing list pgsql-hackers

From Dave Page
Subject Re: CVS tip build failure (win32)
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490E7F3@ratbert.vale-housing.co.uk
Whole thread Raw
In response to CVS tip build failure (win32)  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-hackers

> -----Original Message-----
> From: Stephen Frost [mailto:sfrost@snowman.net]
> Sent: 28 June 2005 18:30
> To: Dave Page
> Cc: PostgreSQL-development
> Subject: Re: [HACKERS] CVS tip build failure (win32)
>
> * Dave Page (dpage@vale-housing.co.uk) wrote:
> > I'm seeing the following failure on win32, post roles patch
> application:
> [...]
> > 'InitializeAcl'
> [...]
> > That's following a cvs update and a make clean. All was
> fine before I
> > updated :-(
>
> Wow.  Apparently 'InitializeAcl' is part of the Windows API.  My bad,
> sorry about that.  I guess we should rename it?  I don't see any
> particular problem with that (it's only used in 3 places), perhpas
> 'PGInitializeAcl' or 'InitializeRoleCache' or some such.

Yes, it is. Sorry was a bit pushed for time and couldn't investigate
earlier.

PGInitializeAcl sounds OK to me.

/D


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [PATCHES] Users/Groups -> Roles
Next
From: Kris Jurka
Date:
Subject: Re: Proposed TODO: --encoding option for pg_dump