Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ REGRESS := $(filter-out add_table, $(REGRESS))
abs_top_builddir = .
NO_TEMP_INSTALL = yes

# Override with_temp_install for extension testing.
# This allows spock tests to run without the pg*-090-init_template_fix.diff
# patch applied to PostgreSQL. Changes from default PGXS with_temp_install:
# 1. Remove INITDB_TEMPLATE - we don't use a temp install template
# 2. Use actual bindir/libdir - we use the installed PostgreSQL, not tmp_install
with_temp_install = \
PATH="$(bindir):$(CURDIR):$$PATH" \
$(call add_to_path,$(strip $(ld_library_path_var)),$(libdir)) \
$(with_temp_install_extra)

# We can't do a normal 'make check' because PGXS doesn't support
# creating a temp install. We don't want to use a normal PGXS
# 'installcheck' though, because it's a pain to set up a temp install
Expand Down
22 changes: 0 additions & 22 deletions patches/17/pg17-090-init_template_fix.diff

This file was deleted.

22 changes: 0 additions & 22 deletions patches/18/pg18-090-init_template_fix.diff

This file was deleted.