Re: InitDB Failure on install
"Dave Page" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <E7F85A1B5FF8D44C8A1AF6885BC9A0E41A77EC@ratbert.vale-housing.co.uk> |
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Dave Page > Sent: 20 August 2004 12:08 > To: Andreas Pflug > Cc: [email protected] > Subject: Re: [pgsql-hackers-win32] InitDB Failure on install > > > The official way to detect a terminal service session according to > > MSDN is > > > > bool IsRemoteSession() { return > GetSystemMetrics(SM_REMOTESESSION); } > > Hmm, too much time playing with Citrix recently! I'll change > it shortly > - thanks. Actually I'm going to leave it as it is for now - that won't work on NT4 (even with TS afaict), and as it's possible the installer may be fixed for NT in the future, I'd rather not introduce any further incompatibilities. Regards, Dave. ---------------------------(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