Re: Testing against RHEL 8 Beta, python issue - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Testing against RHEL 8 Beta, python issue
Date
Msg-id 22301.1542469733@sss.pgh.pa.us
Whole thread Raw
In response to Testing against RHEL 8 Beta, python issue  (Daniel Westermann <daniel.westermann@dbi-services.com>)
Responses Re: Testing against RHEL 8 Beta, python issue  (Daniel Westermann <daniel.westermann@dbi-services.com>)
List pgsql-hackers
Daniel Westermann <daniel.westermann@dbi-services.com> writes:
> is this something the configure script needs to take care of?

No.  If your python is not named "python", you need to do something
like

    configure --with-python PYTHON=python3.6

            regards, tom lane


pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: fix psql \conninfo & \connect when using hostaddr
Next
From: Alvaro Herrera
Date:
Subject: Re: heap_sync seems rather oblivious to partitioned tables(wal_level=minimal)