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:56:24Z
Lists: pgsql-hackers
On Tue, Mar 07, 2023 at 12:42:20PM +0800, Julien Rouhaud wrote: > ah right I should have checked. but the same ABI compatibility concern > still exists for version 1.0 of the extension. Yes, we'd better make sure that the past code is able to run, at least. Now I am not really convinced that we have the need to enforce an error with the new code even if 1.0 is still installed, so as it is possible to remove all the traces of the code that triggers errors if an end LSN is higher than the current insert LSN for primaries or replayed LSN for standbys. -- 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