Skip to content

Fix pg_textsearch install for new artifact format#645

Closed
tjgreen42 wants to merge 1 commit intomasterfrom
fix-pg-textsearch-install-format
Closed

Fix pg_textsearch install for new artifact format#645
tjgreen42 wants to merge 1 commit intomasterfrom
fix-pg-textsearch-install-format

Conversation

@tjgreen42
Copy link
Contributor

Summary

  • pg_textsearch v0.6.1 changed release artifact format from .deb packages in .zip files to tarballs with raw extension files (.so, .sql, .control)
  • Update install_pg_textsearch() to download the tarball and copy files directly to the Postgres extension directories

Testing

  • CI build and smoketest

v0.6.1 ships tarballs with raw extension files instead of .deb
packages in .zip files. Update the install script to download the
tarball and copy .so/.sql/.control files to the correct directories.
@tjgreen42 tjgreen42 closed this Mar 12, 2026
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.

1 participant