Re: Combine pg_walinspect till_end_of_wal functions with others
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Jeff Davis <pgsql@j-davis.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, Julien Rouhaud <rjuju123@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-15T06:57:45Z
Lists: pgsql-hackers
On Tue, Mar 14, 2023 at 07:05:20PM -0700, Andres Freund wrote: > It's using ICU, but not a specific collation. The build I linked to is WIP > hackery to add ICU support to windows CI. Here's the initdb output: > https://api.cirrus-ci.com/v1/artifact/task/6288336663347200/testrun/build/testrun/pg_walinspect/regress/log/initdb.log Hmm. Thanks. At the end, I think that I would be tempted to just remove this \dx query and move on. I did not anticipate that this ordering would be that much sensitive, and the solution of using a COLLATE C at the end of a describe.c query does not sound much appealing, either. -- 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