Re: Win32 psql fix

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Win32 psql fix
Date: 2004-10-19 07:40:10
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4306C8A@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: 18 October 2004 18:37
> To: Dave Page
> Cc: PostgreSQL-patches
> Subject: Re: [PATCHES] Win32 psql fix
>
> "Dave Page" <dpage(at)vale-housing(dot)co(dot)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

Browse pgsql-patches by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-10-19 13:48:11 Updated Turkish translations
Previous Message Neil Conway 2004-10-19 06:38:43 Re: additional GCC warning flags