You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes and extends the extension SQL scripts in a few ways,
to allow upgrades from all the possible versions down where the origin
is based on PostgreSQL 10, which is the oldest version supported by
pg_hint_plan currently.
PostgreSQL allows since v10 the maintenance of an extension using as
base script the oldest version supported in combination of incremental
scripts. A full set of upgrade scripts is added by this commit,
considering v10 as the oldest path supported. As origin versions
may have a partial schema created for the hint table with partial
definitions, the correct rules are enforced for each version when it
comes to extension dumps and GRANT rules. The schema for the hint table
is only created in the base script.
Regression tests are added to cover all these upgrade paths. DATA in
the Makefile is changed to hardcode all the SQL scripts that need to be
installed.
Per pull request yugabyte#111 and issues yugabyte#110 and yugabyte#60.
Backpatch-through: 10
No description provided.
The text was updated successfully, but these errors were encountered: