mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 14:19:58 +00:00
Seems nice to keep all these together. This also provides a nice place for a README file to describe the compute image build process. For now, it briefly describes the contents of the directory, but can be expanded.
20 lines
690 B
Diff
20 lines
690 B
Diff
commit b3ea51ee158f113f2f82d0b97c12c54343c9a695 (HEAD -> master)
|
|
Author: Alexey Masterov <alexeymasterov@neon.tech>
|
|
Date: Fri Jun 7 19:23:42 2024 +0000
|
|
|
|
Disable REGRESS_OPTIONS causing initdb
|
|
|
|
diff --git a/ext-src/pg_cron-src/Makefile b/ext-src/pg_cron-src/Makefile
|
|
index 053314c..fbd5fb5 100644
|
|
--- a/ext-src/pg_cron-src/Makefile
|
|
+++ b/ext-src/pg_cron-src/Makefile
|
|
@@ -5,7 +5,7 @@ EXTENSION = pg_cron
|
|
DATA_built = $(EXTENSION)--1.0.sql
|
|
DATA = $(wildcard $(EXTENSION)--*--*.sql)
|
|
|
|
-REGRESS_OPTS =--temp-config=./pg_cron.conf --temp-instance=./tmp_check
|
|
+#REGRESS_OPTS =--temp-config=./pg_cron.conf --temp-instance=./tmp_check
|
|
REGRESS = pg_cron-test
|
|
|
|
# compilation configuration
|