Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pg_tde_version() function to get the module version of the extension #158

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

codeforall
Copy link
Contributor

To make the version number configurable, the configure script outputs the PACKAGE VERSION to the config.h file that gets returned by the SQL interface. To bump the version, you only need to update the version number in the AC_INIT macro in configure.ac file

To make the version number configurable, the configure script outputs the
PACKAGE VERSION to the config.h file that gets returned by the SQL interface.
To bump the version, you only need to update the version number in the
AC_INIT macro in configure.ac file
src/include/pg_tde_defs.h Outdated Show resolved Hide resolved
Co-authored-by: Andrew Pogrebnoi <[email protected]>
@codeforall codeforall merged commit 5cf6ad8 into percona:main Mar 29, 2024
8 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.

2 participants