Re: [PATCHES] Win32 psql fix

2004-10-19 Thread Dave Page
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: 18 October 2004 18:37 > To: Dave Page > Cc: PostgreSQL-patches > Subject: Re: [PATCHES] Win32 psql fix > > "Dave Page" <[EMAIL PROTECTED]> writes: > > The attached pa

Re: [PATCHES] Win32 psql fix

2004-10-18 Thread Bruce Momjian
Tom Lane wrote: > "Dave Page" <[EMAIL PROTECTED]> writes: > > The attached patch fixes psql's win32 frontend-only build, by using > > pg_strcasecmp in variables.c, and #ifdef'ing out PostmasterPid in > > miscadmin.h. > > What in the world is client-side code doing including miscadmin.h > in the fi

Re: [PATCHES] Win32 psql fix

2004-10-18 Thread Tom Lane
"Dave Page" <[EMAIL PROTECTED]> writes: > The attached patch fixes psql's win32 frontend-only build, by using > pg_strcasecmp in variables.c, and #ifdef'ing out PostmasterPid in > miscadmin.h. What in the world is client-side code doing including miscadmin.h in the first place?

Re: [PATCHES] Win32 psql fix

2004-10-18 Thread Bruce Momjian
Patch applied. Thanks. --- Dave Page wrote: > The attached patch fixes psql's win32 frontend-only build, by using > pg_strcasecmp in variables.c, and #ifdef'ing out PostmasterPid in > miscadmin.h. > > Please apply. > > R