Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgresql-age
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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-age
Commits
ded8fdaa
Commit
ded8fdaa
authored
1 year ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
New upstream version 1.5.0~rc0.
parent
9857920a
No related branches found
No related tags found
No related merge requests found
Pipeline
#877159
failed
1 week ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/patches/big-endian
+888
-173
888 additions, 173 deletions
debian/patches/big-endian
debian/patches/extra-instance-args
+2
-2
2 additions, 2 deletions
debian/patches/extra-instance-args
with
896 additions
and
175 deletions
debian/changelog
+
6
−
0
View file @
ded8fdaa
postgresql-15-age (1.5.0~rc0-1) unstable; urgency=medium
* New upstream version 1.5.0~rc0.
-- Christoph Berg <myon@debian.org> Thu, 11 Jan 2024 11:18:41 +0100
postgresql-15-age (1.4.0~rc0-1) unstable; urgency=medium
* New upstream version.
...
...
This diff is collapsed.
Click to expand it.
debian/patches/big-endian
+
888
−
173
View file @
ded8fdaa
This diff is collapsed.
Click to expand it.
debian/patches/extra-instance-args
+
2
−
2
View file @
ded8fdaa
--- a/Makefile
+++ b/Makefile
@@ -1
0
4,6 +1
0
4,9 @@
REGRESS = scan \
@@ -1
1
4,6 +1
1
4,9 @@
REGRESS = scan \
srcdir=`pwd`
ag_regress_dir = $(srcdir)/regress
+# Set extension_destdir/dynamic_library_path
+# Set max_parallel_workers to suppress a "CONTEXT: parallel worker" in regression tests
+export PGOPTIONS = -cextension_destdir=$(CURDIR)/debian/postgresql-15-age -cdynamic_library_path=$(CURDIR)/debian/postgresql-15-age/usr/lib/postgresql/15/lib:/usr/lib/postgresql/15/lib -cmax_parallel_workers=0
REGRESS_OPTS = --load-extension=age --inputdir=$(ag_regress_dir) --outputdir=$(ag_regress_dir) --temp-instance=$(ag_regress_dir)/instance --port=61958 --encoding=UTF-8
REGRESS_OPTS = --load-extension=age --inputdir=$(ag_regress_dir) --outputdir=$(ag_regress_dir) --temp-instance=$(ag_regress_dir)/instance --port=61958 --encoding=UTF-8
--temp-config $(ag_regress_dir)/age_regression.conf
ag_regress_out = instance/ log/ results/ regression.*
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