Re: msvc >= VC7 understands __FUNCTION__

Lists: pgsql-hackerspgsql-patches
From: Hannes Eder <Hannes(at)HannesEder(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: msvc >= VC7 understands __FUNCTION__
Date: 2007-09-28 20:43:17
Message-ID: 46FD6765.2020709@HannesEder.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Hi,

Starting from version VC7 msvc supports __FUNCTION__, so I think this
could be enabled in pg_config.h.win32, see attached diff.

-Hannes

Attachment Content-Type Size
pg_config.h.win32-200709281.diff text/x-diff 1.3 KB

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Hannes Eder <Hannes(at)HannesEder(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: msvc >= VC7 understands __FUNCTION__
Date: 2007-10-01 10:54:33
Message-ID: 20071001105433.GG387@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

On Fri, Sep 28, 2007 at 10:43:17PM +0200, Hannes Eder wrote:
> Hi,
>
> Starting from version VC7 msvc supports __FUNCTION__, so I think this
> could be enabled in pg_config.h.win32, see attached diff.

Applied, thanks.

//Magnus