On 15/06/2026 15:23, Potapov Alexander wrote:
Hello,This about the test pg_upgrade/t/007_multixact_conversion.pl. It was added several months ago. The test creates table mxofftest : CREATE TABLE mxofftest (id INT PRIMARY KEY, n_updated INT) Next there is wrong usage of this table: "SELECT ctid, xmin, xmax, * FROM mxofftest"); It should be "SELECT id, n_updated, * FROM mxofftest"); The fix is very simple, the patch attached.
What's wrong with the query it currently uses? - Heikki
