Skip to content

Commit

Permalink
Make the extension relocatable
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 7, 2024
1 parent 7e829de commit fbed3ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@ All notable changes to this project will be documented in this file. It uses the
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
"Semantic Versioning 2.0.0"

## [v0.1.2] --- Not Yet Released

### ⬆️ Dependency Updates

* Upgraded pgrx to v0.12.0

### ⚡ Improvements

* Made the extension relocatable

## [v0.1.1] --- 2024-06-12

The theme of this release is *fast follows.*

### ⬆️ Dependency Updates

* Updated boon to v0.6.
* Upgraded boon to v0.6.

### ⚡ Improvements

Expand Down
2 changes: 1 addition & 1 deletion doc/jsonschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ SELECT jsonschema_is_valid(
Any number of schemas can be passed, allowing for arbitrarily complex schemas.
The same is true for validating JSON values against a composed schema:

```
```psql
SELECT jsonschema_validates(
json_build_object(
'first_name', 'Naomi',
Expand Down
2 changes: 1 addition & 1 deletion jsonschema.control
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ comment = 'JSON Schema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4)
default_version = '@CARGO_VERSION@'
# directory = 'jsonschema'
module_pathname = '$libdir/jsonschema'
relocatable = false
relocatable = true
superuser = true

0 comments on commit fbed3ff

Please sign in to comment.