> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: 18 October 2004 18:37
> To: Dave Page
> Cc: PostgreSQL-patches
> Subject: Re: [PATCHES] Win32 psql fix
>
> "Dave Page" <dpage@vale-housing.co.uk> 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?
It's included by port/exec.c which contains functions like find_my_exec.
Regards, Dave