Re: postgresql: move python to 3.x, other tweaks

2021-03-02 Thread Pierre-Emmanuel André
On Mon, Mar 01, 2021 at 01:43:05PM +, Stuart Henderson wrote: > On 2021/02/24 17:50, Stuart Henderson wrote: > > Seems a good time to move pgsql to python 3. While there I fixed a > > missing flag in pkg-readme and, on reflection (and following feedback > > from other developers) there are some

Re: postgresql: move python to 3.x, other tweaks

2021-03-01 Thread Klemens Nanni
On Mon, Mar 01, 2021 at 01:43:05PM +, Stuart Henderson wrote: > On 2021/02/24 17:50, Stuart Henderson wrote: > > Seems a good time to move pgsql to python 3. While there I fixed a > > missing flag in pkg-readme and, on reflection (and following feedback > > from other developers) there are some

Re: postgresql: move python to 3.x, other tweaks

2021-03-01 Thread Stuart Henderson
On 2021/02/24 17:50, Stuart Henderson wrote: > Seems a good time to move pgsql to python 3. While there I fixed a > missing flag in pkg-readme and, on reflection (and following feedback > from other developers) there are some cases where pg_upgrade doesn't > work (especially involving extensions) s

postgresql: move python to 3.x, other tweaks

2021-02-24 Thread Stuart Henderson
Seems a good time to move pgsql to python 3. While there I fixed a missing flag in pkg-readme and, on reflection (and following feedback from other developers) there are some cases where pg_upgrade doesn't work (especially involving extensions) so I have brought back the @ask-update that I changed