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 first place?
Ah, it is getting included from the port files. Let me see if I can fix that with FRONTEND tests. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match