Feature #29768
openUse debversion postgresql-extension
Description
To be able to efficiently compare debian-version strings within the database, we should use the debversion
extension for postgresql.
This will probably require a dependency in the katello rpm.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8708 added
Updated by James Jeffers over 4 years ago
- Target version set to 1235
- Triaged changed from No to Yes
Updated by Jonathon Turel over 4 years ago
- Target version changed from 1235 to Katello 4.0.0
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Markus Bucher over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|514770541975012ea85a5780fd67c237cb535e2d.
Updated by The Foreman Bot over 4 years ago
- Assignee set to Evgeni Golov
- Pull request https://github.com/Katello/katello/pull/8757 added
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/Katello/katello/pull/8760 added
Updated by Justin Sherrill over 4 years ago
- Status changed from Closed to New
The commits were reverted, so i'm reopening this
Updated by Chris Roberts over 4 years ago
- Target version changed from Katello 4.0.0 to Katello 3.17.0
Updated by Chris Roberts about 4 years ago
- Target version changed from Katello 3.17.0 to Katello 3.18.0
Updated by Jonathon Turel about 4 years ago
All PRs here are closed. Can I mark this as Closed?
Updated by Jonathon Turel about 4 years ago
I looked closely and it seems this was actually reverted. Was it added back?
Updated by Markus Bucher about 4 years ago
No, it has not been readded, yet, because we need a new implementation of the PostgreSQL-Extension first.
The existing one uses compiled C-code to utilize the debian-library for version-comparing.
This however prevents rails from applying the db-migration to activate the extension, because only the (db-)superuser is allowed to enable C-(/native-)extensions.
Therefore, we have to first implement a new version of the PostgreSQL-Extension in PLPGSQL-language as it was done with the evr-extension for RPMs.
Updated by Jonathon Turel about 4 years ago
- Category set to Repositories
- Target version changed from Katello 3.18.0 to Katello 4.0.0
Thanks for the info Markus! I'm going to move this off to Katello 4.0 to maintain visibility on it.
Updated by Justin Sherrill almost 4 years ago
- Target version deleted (
Katello 4.0.0)
moving this to the backlog
Updated by Evgeni Golov almost 4 years ago
- Assignee deleted (
Evgeni Golov)
I really should not be assigned