Postgres Windows build system doesn't work with python installed in Program Files

From: Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Postgres Windows build system doesn't work with python installed in Program Files
Date: 2020-04-30 12:06:08
Message-ID: 20200430150608.6dc6b8c4@antares.wagner.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
python_space_dir.patch text/x-patch 628 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jürgen Purtz 2020-04-30 12:31:10 Re: Additional Chapter for Tutorial
Previous Message Masahiko Sawada 2020-04-30 11:43:23 Re: Transactions involving multiple postgres foreign servers, take 2