Skip to content

Revert versioned shared library filename#238

Merged
tjgreen42 merged 1 commit intomainfrom
revert-versioned-binary
Feb 24, 2026
Merged

Revert versioned shared library filename#238
tjgreen42 merged 1 commit intomainfrom
revert-versioned-binary

Conversation

@tjgreen42
Copy link
Copy Markdown
Collaborator

Summary

  • Reverts feat: version the shared library filename #232 which added version numbers to the shared library filename
  • The versioned binary naming scheme (e.g., pg_textsearch-1.0.0-dev.so) caused problems in practice
  • Returns to the standard unversioned pg_textsearch.so naming

Testing

  • make installcheck passes (all SQL regression + shell tests)
  • make format-check passes

@tjgreen42 tjgreen42 marked this pull request as ready for review February 24, 2026 23:36
@tjgreen42 tjgreen42 merged commit a1cfff5 into main Feb 24, 2026
30 checks passed
@tjgreen42 tjgreen42 deleted the revert-versioned-binary branch February 24, 2026 23:36
tjgreen42 added a commit that referenced this pull request Feb 24, 2026
The revert of versioned shared library filenames (#238) removed the
PG_TEXTSEARCH_LIB_NAME macro, breaking the shared_preload_libraries
check added in the previous commit.
tjgreen42 added a commit that referenced this pull request Feb 24, 2026
After the revert of versioned shared library filenames (#238), the
library is just pg_textsearch.so. Update all CI workflows and shell
test scripts that were still constructing the versioned name.
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