Re: Combine pg_walinspect till_end_of_wal functions with others
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-07T04:36:17Z
Lists: pgsql-hackers
On Tue, Mar 07, 2023 at 09:13:46AM +0800, Julien Rouhaud wrote: > It's problematic to install the extension if we rely on upgrade scripts only. > We could also provide a pg_walinspect--1.2.sql file and it would just work, and > that may have been a good idea if there wasn't also the problem of people still > having the version 1.1 locally installed, as we don't want them to see random > failures like "could not find function ... in file ...", or keeping the ability > to install the former 1.1 version (with those functions bypassed). Why would we need a 1.2? HEAD is the only branch with pg_walinspect 1.1, and it has not been released yet. -- Michael
Commits
-
Improve a bit the tests of pg_walinspect
- 4f1882b96059 16.0 landed
-
Tweak regression test of pg_walinspect to be less collation-sensitive
- e643a315fc58 16.0 landed
-
Rework design of functions in pg_walinspect
- 5c1b6628075a 16.0 landed
-
Refactor and improve tests of pg_walinspect
- 1f282c24e464 16.0 landed
-
doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect
- 019f8624664d 16.0 cited