File: extra-instance-args

package info (click to toggle)
postgresql-16-age 1.6.0~rc0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,016 kB
  • sloc: ansic: 33,556; sql: 13,270; python: 2,530; yacc: 2,518; java: 1,418; lex: 1,325; perl: 294; sh: 286; makefile: 123; javascript: 24
file content (10 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/Makefile
+++ b/Makefile
@@ -147,3 +147,7 @@ $(age_sql):
 src/backend/parser/ag_scanner.c: FLEX_NO_BACKUP=yes
 
 installcheck: export LC_COLLATE=C
+
+# 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-$(MAJORVERSION)-age -cdynamic_library_path=$(CURDIR)/debian/postgresql-$(MAJORVERSION)-age/usr/lib/postgresql/$(MAJORVERSION)/lib:/usr/lib/postgresql/$(MAJORVERSION)/lib -cmax_parallel_workers=0