Skip to content

Commit

Permalink
Add missing file changes for 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjonesbr committed Jan 9, 2024
1 parent 7a94d0b commit 4b4307e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oai_fdw",
"abstract": "OAI-PMH foreign data wrapper",
"description": "A PostgreSQL Foreign Data Wrapper to access OAI-PMH repositories (Open Archives Initiative Protocol for Metadata Harvesting).",
"version": "1.8.0",
"version": "1.9.0",
"maintainer": [
"Jim Jones <[email protected]>"
],
Expand All @@ -23,7 +23,7 @@
"oai_fdw": {
"file": "oai_fdw--1.8.sql",
"docfile": "README.md",
"version": "1.8.0",
"version": "1.9.0",
"abstract": "OAI FDW wrapper"
}
},
Expand All @@ -40,7 +40,7 @@
},
"generated_by": "Jim Jones",
"meta-spec": {
"version": "1.8.0",
"version": "1.9.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODULE_big = oai_fdw
OBJS = oai_fdw.o

EXTENSION = oai_fdw
DATA = oai_fdw--1.8.sql oai_fdw--1.7--1.8.sql oai_fdw--1.6--1.7.sql oai_fdw--1.5--1.6.sql oai_fdw--1.4--1.5.sql oai_fdw--1.3--1.5.sql oai_fdw--1.2--1.5.sql oai_fdw--1.1--1.5.sql
DATA = oai_fdw--1.9.sql oai_fdw--1.8--1.9.sql oai_fdw--1.7--1.8.sql oai_fdw--1.6--1.7.sql oai_fdw--1.5--1.6.sql oai_fdw--1.4--1.5.sql oai_fdw--1.3--1.5.sql oai_fdw--1.2--1.5.sql oai_fdw--1.1--1.5.sql
REGRESS = create_server import_foreign_schema create_foreign_table select_statements exceptions functions harvest

CURL_CONFIG = curl-config
Expand Down
1 change: 1 addition & 0 deletions oai_fdw--1.8--1.9.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\echo "No change in the SQL instructions."
File renamed without changes.
2 changes: 1 addition & 1 deletion oai_fdw.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'Foreign-data wrapper for OAI-PMH 2.0 servers'
default_version = '1.8'
default_version = '1.9'
module_pathname = '$libdir/oai_fdw'
relocatable = true

0 comments on commit 4b4307e

Please sign in to comment.