Add some tests for pg_stat_statements compatibility verification under contrib

From: Erica Zhang <ericazhangy(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Add some tests for pg_stat_statements compatibility verification under contrib
Date: 2021-03-09 03:35:14
Message-ID: tencent_BBA974AFF61379F2345E782FD6C55891950A@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,
On the master branch, it is possible to install multiple versions of pg_stat_statements with CREATE EXTENSION, but all the tests in sql/ on look at the latest version available, without testing past compatibility.

Since we support to install lowest version 1.4 currently, add some tests to verify compatibility, upgrade from lower versions of pg_stat_statements.

Attachment Content-Type Size
add_test_for_pg_stat_statements.patch application/octet-stream 7.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2021-03-09 03:44:41 Re: [HACKERS] logical decoding of two-phase transactions
Previous Message Peter Geoghegan 2021-03-09 03:34:43 Re: New IndexAM API controlling index vacuum strategies