Skip to content
Snippets Groups Projects
Commit ded8fdaa authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

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
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.
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,9 @@ REGRESS = scan \
@@ -114,6 +114,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.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment