Skip to content
Merged
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
2 changes: 1 addition & 1 deletion test/sequential/02-dist.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading