From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
Cc: | "George Pavlov" <gpavlov(at)mynewplace(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [HACKERS] query log corrupted-looking entries |
Date: | 2006-10-18 17:37:54 |
Message-ID: | 28340.1161193074@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Should work fine on Windows. fileno() is deprecated however, with the
> following comment:
> C:\Program Files\Microsoft Visual Studio
> 8\VC\INCLUDE\stdio.h(688) : see
> declaration of 'fileno'
> Message: 'The POSIX name for this item is deprecated. Instead,
> use the ISO C++ conformant name: _fileno. See online help for details.'
Only Microsoft would think that they get to unilaterally deprecate a
POSIX standard API :-(
We appear to be using fileno() in some dozens of places already,
so I see no reason to worry about this.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-10-18 17:41:00 | Re: ERRORDATA_STACK_SIZE exceeded |
Previous Message | Casey Duncan | 2006-10-18 17:13:54 | Re: COPY FROM STDIN instead of INSERT |
From | Date | Subject | |
---|---|---|---|
Next Message | jungmin shin | 2006-10-18 18:11:53 | analyzing debugging sentences. |
Previous Message | Jim C. Nasby | 2006-10-18 17:27:33 | Re: Getting the type Oid in a CREATE TYPE output function |