Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresql_ext: sort list of available versions (#1078)
* sort list of available versions If `version == 'latest'` then the version is set to `available_versions[-1]` however `available_versions` was not previously sorted so the ordering was the natural order of the `pg_available_extension_versions` view. * remove unnecessary lambda * create changelog fragment for #1078 * add PR link to changelog fragment Co-authored-by: Andrew Klychkov <[email protected]> Co-authored-by: Andrew Klychkov <[email protected]>
- Loading branch information