pgsql: Fix bogus extra arguments to query_safe in test

2025-12-10 Thread Heikki Linnakangas
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 int

pgsql: Fix bogus extra arguments to query_safe in test

2025-12-10 Thread Heikki Linnakangas
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 int

pgsql: Fix bogus extra arguments to query_safe in test

2025-12-10 Thread Heikki Linnakangas
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 int