postgresql/contrib/pg_stat_statements/sql
Daniel Gustafsson c5a032e518 Update oldextversions test for pg_stat_statements 1.11
Commit 5a3423ad8e updated pg_stat_statements to 1.11 due to added
columns in the view for jit deform counters. Fixing oldextversion
was however missed in that commit.  This adds a test for the 1.11
version view definition.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/CAN55FZ2Y7c2VEg4S1KDXFcaHjyF8=KZa_rMV6WOe+KwE-KE97g@mail.gmail.com
2023-10-13 13:50:18 +02:00
..
cleanup.sql Refactor tests of pg_stat_statements for planning, utility and level tracking 2023-02-20 09:28:29 +09:00
cursors.sql Expand regression tests of pg_stat_statements for utility queries 2023-02-20 10:16:51 +09:00
dml.sql Fix tracking of temp table relation extensions as writes 2023-09-13 19:14:09 -07:00
level_tracking.sql Improve cleanup phases in regression tests of pg_stat_statements 2023-03-07 08:58:13 +09:00
oldextversions.sql Update oldextversions test for pg_stat_statements 1.11 2023-10-13 13:50:18 +02:00
planning.sql Refactor tests of pg_stat_statements for planning, utility and level tracking 2023-02-20 09:28:29 +09:00
select.sql Refactor more the regression tests of pg_stat_statements 2023-03-03 08:46:11 +09:00
user_activity.sql Improve cleanup phases in regression tests of pg_stat_statements 2023-03-07 08:58:13 +09:00
utility.sql Show parameters of CALL as constants in pg_stat_statements 2023-09-28 15:17:55 +09:00
wal.sql Refactor more the regression tests of pg_stat_statements 2023-03-03 08:46:11 +09:00