Skip to content

Rename EXTENSION_VERSION_FILES to EXTENSION__CURRENT_VERSION__FILES#69

Merged
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:extension-version-files-rename
Jul 26, 2026
Merged

Rename EXTENSION_VERSION_FILES to EXTENSION__CURRENT_VERSION__FILES#69
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:extension-version-files-rename

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Fixes #28.

The old name implied it listed every version file for an extension; it actually only ever holds the current/most-recent one per extension. Split out of #61 to keep that PR's scope down.

If your Makefile references EXTENSION_VERSION_FILES directly (e.g. to add extra dependencies to DATA), update it to EXTENSION__CURRENT_VERSION__FILES.

Related pgxntool-test PR: Postgres-Extensions/pgxntool-test#35

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 180e7d60-52d8-44ba-b36f-46e16473dca8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…ostgres-Extensions#28)

The old name implied it listed every version file for an extension; it
actually only ever holds the current/most-recent one per extension.
Split out of Postgres-Extensions#61 to keep that PR's scope down.

If your Makefile references EXTENSION_VERSION_FILES directly (e.g. to
add extra dependencies to DATA), update it to
EXTENSION__CURRENT_VERSION__FILES.

Changes only in pgxntool. Related changes in pgxntool-test:
- Update the one code comment referencing the old name in
  test/sequential/02-dist.bats

Co-authored-by: Claude Sonnet 5 <[email protected]>
@jnasbyupgrade
jnasbyupgrade force-pushed the extension-version-files-rename branch from 2e65e7a to 4d25190 Compare July 26, 2026 22:20
jnasbyupgrade added a commit to Postgres-Extensions/pgxntool-test that referenced this pull request Jul 26, 2026
…CURRENT_VERSION__FILES) (#35)

Comment-only fix matching pgxntool's `EXTENSION_VERSION_FILES` ->
`EXTENSION__CURRENT_VERSION__FILES` rename (#28).

Related pgxntool PR:
Postgres-Extensions/pgxntool#69

Co-authored-by: Claude Sonnet 5 <[email protected]>
@jnasbyupgrade
jnasbyupgrade merged commit 55efd03 into Postgres-Extensions:master Jul 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EXTENSION_VERSION_FILES is a confusing name

1 participant