Re: Visual Studio 2015 and telemetry calls

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Visual Studio 2015 and telemetry calls
Date: 2016-07-22 05:09:26
Message-ID: CAMsr+YFAYKYJOeTRoC0ShAhgTXhqqW62xaSe2_Tj9oaySK=o2w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22 July 2016 at 10:45, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:

> Hi all,
>
> Some people may have bumped into the following surprise for VS2015:
>
> https://yro.slashdot.org/story/16/06/10/1350245/visual-studio-2015-c-compiler-secretly-inserts-telemetry-code-into-binaries
>
> VS 2015 is adding calls to telemetry (surprise!) to track activity of
> an application...

It's already been removed.
https://www.infoq.com/news/2016/06/visual-cpp-telemetry .

Frankly I think it's a good idea, it was just stupid to do it silently and
by default especially on release builds. It didn't actually send data
anywhere unless locally enabled, though.

This is mostly a storm in a teacup, IMO, and if undesired it sounds like
it's just necessary to build with VS 2015 update 3. I don't personally see
it as particularly different to inserting dtrace events or similar.

https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2016-07-22 05:10:48 Re: Constraint merge and not valid status
Previous Message Etsuro Fujita 2016-07-22 03:41:06 Re: Oddity in handling of cached plans for FDW queries