Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgresql-mysql-fdw
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-mysql-fdw
Commits
2884c228
Commit
2884c228
authored
10 months ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
Upload for PostgreSQL 17.
* Restrict to 64-bit architectures.
parent
033451d2
No related branches found
No related tags found
No related merge requests found
Pipeline
#866519
passed
2 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+5
-4
5 additions, 4 deletions
debian/control
debian/control.in
+2
-1
2 additions, 1 deletion
debian/control.in
with
14 additions
and
5 deletions
debian/changelog
+
7
−
0
View file @
2884c228
postgresql-mysql-fdw (2.9.2-2) unstable; urgency=medium
* Upload for PostgreSQL 17.
* Restrict to 64-bit architectures.
-- Christoph Berg <myon@debian.org> Sat, 14 Sep 2024 21:28:54 +0000
postgresql-mysql-fdw (2.9.2-1) unstable; urgency=medium
* New upstream version 2.9.2.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
5
−
4
View file @
2884c228
...
...
@@ -6,24 +6,25 @@ Uploaders:
Markus Wanner <markus.wanner@datahouse.ch>,
Christoph Berg <myon@debian.org>,
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
debhelper-compat (= 13),
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.
6.2
Standards-Version: 4.
7.0
Rules-Requires-Root: no
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-mysql-fdw.git
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-mysql-fdw
Package: postgresql-1
6
-mysql-fdw
Package: postgresql-1
7
-mysql-fdw
Architecture: any
Depends:
default-libmysqlclient-dev | libmysqlclient-dev,
${postgresql:Depends},
${misc:Depends},
${shlibs:Depends},
Description: Postgres 1
6
Foreign Data Wrapper for MySQL
Description: Postgres 1
7
Foreign Data Wrapper for MySQL
postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
Wrapper (FDW) to access MySQL data from PostgreSQL.
.
This package is for PostgreSQL 1
6
.
This package is for PostgreSQL 1
7
.
This diff is collapsed.
Click to expand it.
debian/control.in
+
2
−
1
View file @
2884c228
...
...
@@ -6,10 +6,11 @@ Uploaders:
Markus Wanner <markus.wanner@datahouse.ch>,
Christoph Berg <myon@debian.org>,
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
debhelper-compat (= 13),
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.
6.2
Standards-Version: 4.
7.0
Rules-Requires-Root: no
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-mysql-fdw.git
...
...
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