Skip to content

Commit

Permalink
Update expected output for oldextversions
Browse files Browse the repository at this point in the history
Thinko in 9087784.

Backpatch-through: 17
  • Loading branch information
michaelpq committed Jul 22, 2024
1 parent 239d19e commit e34c09a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions expected/oldextversions.out
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e34c09a

Please sign in to comment.