Fix bogus extra arguments to query_safe in test
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 10 Dec 2025 17:38:07 +0000 (19:38 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 10 Dec 2025 17:38:56 +0000 (19:38 +0200)
commite08f338d0028af6f9f54616df1cb51009504eee3
tree0c6b1b69b7a3b3fd2c4e2077f700d796f3693490
parente8dc5810a227d5671c25dc2c7dbe1321093a08a6
Fix bogus extra arguments to query_safe in test

The test seemed to incorrectly think that query_safe() takes an
argument that describes what the query does, similar to e.g.
command_ok(). Until commit bd8d9c9bdf the extra arguments were
harmless and were just ignored, but when commit bd8d9c9bdf introduced
a new optional argument to query_safe(), the extra arguments started
clashing with that, causing the test to fail.

Backpatch to v17, that's the oldest branch where the test exists. The
extra arguments didn't cause any trouble on the older branches, but
they were clearly bogus anyway.
src/test/modules/xid_wraparound/t/004_notify_freeze.pl