Re: Win32 psql fix

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

"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?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-10-18 17:37:35 Re: additional GCC warning flags
Previous Message Bruce Momjian 2004-10-18 17:22:00 Re: windows progname / regression fixes