-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78afed6
commit 5ec0537
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "pg_roaringbitmap", | ||
"abstract": "A Roaring Bitmap data type", | ||
"description": "This library contains a single PostgreSQL extension, a Roaring Bitmap data type called 'roaringbitmap', along with some convenience opperators and functions for constructing and handling Roaring Bitmap.", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"maintainer": [ | ||
"Chen Huajun <[email protected]>" | ||
], | ||
|
@@ -12,7 +12,7 @@ | |
"abstract": "A Roaring Bitmap data type", | ||
"file": "roaringbitmap--0.5.sql", | ||
"docfile": "README.md", | ||
"version": "0.5.2" | ||
"version": "0.5.3" | ||
} | ||
}, | ||
"resources": { | ||
|