pgsql: Fix matching check in recovery test 042_low_level_backup

2025-10-18 Thread Michael Paquier
Fix matching check in recovery test 042_low_level_backup 042_low_level_backup compared the result of a query two times with a comparison operator based on an integer, while the result should be compared with a string. The outcome of the tests is currently not impacted by this change. However, it

pgsql: Fix matching check in recovery test 042_low_level_backup

2025-10-18 Thread Michael Paquier
Fix matching check in recovery test 042_low_level_backup 042_low_level_backup compared the result of a query two times with a comparison operator based on an integer, while the result should be compared with a string. The outcome of the tests is currently not impacted by this change. However, it

pgsql: Fix matching check in recovery test 042_low_level_backup

2025-10-18 Thread Michael Paquier
Fix matching check in recovery test 042_low_level_backup 042_low_level_backup compared the result of a query two times with a comparison operator based on an integer, while the result should be compared with a string. The outcome of the tests is currently not impacted by this change. However, it