From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Switch back sslcompression to be a normal input field in libpq |
Date: | 2021-03-09 11:18:54 |
Message-ID: | E1lJaO6-0008Ua-PD@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Switch back sslcompression to be a normal input field in libpq
Per buildfarm member crake, any servers including a postgres_fdw server
with this option set would fail to do a pg_upgrade properly as the
option got hidden in f9264d1 by becoming a debug option, making the
restore of the FDW server fail.
This changes back the option in libpq to be visible, but still inactive
to fix this upgrade issue.
Discussion: https://postgr.es/m/YEbq15JKJwIX+S6m@paquier.xyz
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/096bbf7c934a4288c9e48a6ac8e91d8753ac1ccd
Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 3 ++-
contrib/postgres_fdw/sql/postgres_fdw.sql | 1 +
src/interfaces/libpq/fe-connect.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2021-03-09 11:19:41 | Re: pgsql: Remove support for SSL compression |
Previous Message | Fujii Masao | 2021-03-09 07:54:57 | pgsql: Track total amounts of times spent writing and syncing WAL data |