Re: Winflex docs and distro

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Winflex docs and distro
Date: 2021-05-17 19:56:23
Message-ID: CABUevExm-fzRo76fA=8b1-rGjmcropxquc-=oSXNqk5WR82n=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 17, 2021 at 2:55 PM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
>
> On 5/17/21 5:51 AM, Magnus Hagander wrote:
> > On Mon, May 17, 2021 at 11:11 AM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> >>> On 17 May 2021, at 10:17, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> >>> Since PostgreSQL 9.3, in commit a266f7dd93b, we've added the text:
> >>>
> >>> + The obsolete "winflex" binaries distributed on the PostgreSQL FTP site
> >> Which was slightly updated in 0a9ae44288d.
> > It's been touched a couple of times, but not in any material fashion.
> >
> >
> >>> At this point. I suggest we simply stop distributing winflex on our
> >>> download site, and just remove this note from the documentation.
> >> Sounds reasonable, are there (easily retrieved) logs/tracking for when it was
> >> accessed by anyone last?
> > Not really. We don't keep logs going very far back. I can see it being
> > accessed a handful of time in the past 14 days. But AFAICT from the
> > limited information we have it's all bots.
> >
>
>
>
> +1 for removing the binary and the reference.

I think we've collected enough +1's, so I'll go ahead and do it.

> These days my setup for MSVC doesn't use msys: it's basically this PS1
> fragment (which assumes chocolatey is installed):
>
> $utils = 'StrawberryPerl', 'git', 'winflexbison', 'diffutils', 'vim'
> choco install -y --no-progress --limit-output @utils
> $cbin = "c:\ProgramData\chocolatey\bin"
> Rename-Item -Path $cbin\win_bison.exe -NewName bison.exe
> Rename-Item -Path $cbin\win_flex.exe -NewName flex.exe

Perhaps it is, as a separate thing, worth including that in the docs
soemwhere? Or maybe as a script int he sourcetree that is referenced
frot he docs?

--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-05-17 19:58:47 Re: Race condition in recovery?
Previous Message Peter Geoghegan 2021-05-17 19:47:41 Re: PG 14 release notes, first draft