Postgres Windows build system doesn't work with python installed inProgram Files - Mailing list pgsql-hackers

From Victor Wagner
Subject Postgres Windows build system doesn't work with python installed inProgram Files
Date
Msg-id 20200430150608.6dc6b8c4@antares.wagner.home
Whole thread Raw
Responses Re: Postgres Windows build system doesn't work with python installedin Program Files  (Michael Paquier <michael@paquier.xyz>)
Re: Postgres Windows build system doesn't work with python installedin Program Files  (Ranier Vilela <ranier.vf@gmail.com>)
List pgsql-hackers
Collegues,

Accidently I've come over minor bug in the Mkvcbuild.pm.
It happens, that it doesn't tolerate spaces in the $config->{python}
path, because it want to call python in order to find out version,
prefix and so on, and doesn't properly quote command.

Fix is very simple, see attach.

Patch is made against REL_12_STABLE, but probably applicable to other
versions as well.
--

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Transactions involving multiple postgres foreign servers, take 2
Next
From: Amit Kapila
Date:
Subject: Re: WIP/PoC for parallel backup