Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgresql-hll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PostgreSQL
postgresql-hll
Commits
50ba7b14
Commit
50ba7b14
authored
7 years ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
Let module depend on PostgreSQL server package.
parent
0f8390b2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/control.in
+1
-1
1 addition, 1 deletion
debian/control.in
with
3 additions
and
2 deletions
debian/changelog
+
1
−
0
View file @
50ba7b14
...
...
@@ -3,6 +3,7 @@ postgresql-hll (2.10.2-1) UNRELEASED; urgency=medium
* New upstream version.
* Move package to the PostgreSQL team.
* Convert to pg_buildext. Closes: #876826.
* Let module depend on PostgreSQL server package.
* Update copyright file.
-- Christoph Berg <myon@debian.org> Fri, 06 Apr 2018 17:00:41 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
50ba7b14
...
...
@@ -11,7 +11,7 @@ Vcs-Git: https://salsa.debian.org/postgresql/postgresql-hll.git
Package: postgresql-10-hll
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
, postgresql-10
Description: HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
1
−
1
View file @
50ba7b14
...
...
@@ -11,7 +11,7 @@ Vcs-Git: https://salsa.debian.org/postgresql/postgresql-hll.git
Package: postgresql-PGVERSION-hll
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
, postgresql-PGVERSION
Description: HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment