From e34c09a97e4af90b8fe66f8789e31691d5dd5a04 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 22 Jul 2024 17:40:22 +0900 Subject: [PATCH] Update expected output for oldextversions Thinko in 9087784eee83. Backpatch-through: 17 --- expected/oldextversions.out | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/expected/oldextversions.out b/expected/oldextversions.out index 09d92e2..429bde1 100644 --- a/expected/oldextversions.out +++ b/expected/oldextversions.out @@ -111,6 +111,17 @@ Objects in extension "pg_hint_plan" type hint_plan.hints[] (4 rows) +ALTER EXTENSION pg_hint_plan UPDATE TO "1.3.10"; +\dx+ pg_hint_plan +Objects in extension "pg_hint_plan" + Object description +--------------------------------- + sequence hint_plan.hints_id_seq + table hint_plan.hints + type hint_plan.hints + type hint_plan.hints[] +(4 rows) + ALTER EXTENSION pg_hint_plan UPDATE TO "1.4"; \dx+ pg_hint_plan Objects in extension "pg_hint_plan" @@ -144,6 +155,17 @@ Objects in extension "pg_hint_plan" type hint_plan.hints[] (4 rows) +ALTER EXTENSION pg_hint_plan UPDATE TO "1.4.3"; +\dx+ pg_hint_plan +Objects in extension "pg_hint_plan" + Object description +--------------------------------- + sequence hint_plan.hints_id_seq + table hint_plan.hints + type hint_plan.hints + type hint_plan.hints[] +(4 rows) + ALTER EXTENSION pg_hint_plan UPDATE TO "1.5"; \dx+ pg_hint_plan Objects in extension "pg_hint_plan" @@ -166,6 +188,17 @@ Objects in extension "pg_hint_plan" type hint_plan.hints[] (4 rows) +ALTER EXTENSION pg_hint_plan UPDATE TO "1.5.2"; +\dx+ pg_hint_plan +Objects in extension "pg_hint_plan" + Object description +--------------------------------- + sequence hint_plan.hints_id_seq + table hint_plan.hints + type hint_plan.hints + type hint_plan.hints[] +(4 rows) + ALTER EXTENSION pg_hint_plan UPDATE TO "1.6.0"; \dx+ pg_hint_plan Objects in extension "pg_hint_plan" @@ -177,6 +210,17 @@ Objects in extension "pg_hint_plan" type hint_plan.hints[] (4 rows) +ALTER EXTENSION pg_hint_plan UPDATE TO "1.6.1"; +\dx+ pg_hint_plan +Objects in extension "pg_hint_plan" + Object description +--------------------------------- + sequence hint_plan.hints_id_seq + table hint_plan.hints + type hint_plan.hints + type hint_plan.hints[] +(4 rows) + ALTER EXTENSION pg_hint_plan UPDATE TO "1.7.0"; \dx+ pg_hint_plan Objects in extension "pg_hint_plan"