From 3ce9dd400646047fb5127e4e19ad2f63e4a69168 Mon Sep 17 00:00:00 2001 From: jnasbyupgrade Date: Sun, 26 Jul 2026 15:05:48 -0500 Subject: [PATCH] Update stale EXTENSION_VERSION_FILES reference for pgxntool commit d10fe9f (#28) Comment-only fix: matches the EXTENSION__CURRENT_VERSION__FILES rename. Co-authored-by: Claude Sonnet 5 --- test/sequential/02-dist.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sequential/02-dist.bats b/test/sequential/02-dist.bats index 05317ac..e4fe983 100755 --- a/test/sequential/02-dist.bats +++ b/test/sequential/02-dist.bats @@ -77,7 +77,7 @@ teardown_file() { # and generates versioned SQL files, not just META.json. # # This is critical because: - # 1. The 'all' target depends on $(EXTENSION_VERSION_FILES) - versioned SQL like sql/ext--1.0.sql + # 1. The 'all' target depends on $(EXTENSION__CURRENT_VERSION__FILES) - versioned SQL like sql/ext--1.0.sql # 2. These versioned SQL files are required for PostgreSQL to load the extension # 3. If 'make' only generated META.json, the extension would be unusable