- Notifications
You must be signed in to change notification settings - Fork16
PBCKP-544: Replace macro COMP_CRC32C with wrapper function under windows#34
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
to avoid *pg_comp_crc32c import and influence on other extensions.Use COMP_CRC32C_COMMON for all systems.Tags: ptrack
codecovbot commentedMar 1, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #34 +/- ##==========================================+ Coverage 82.71% 82.79% +0.08%========================================== Files 2 2 Lines 428 436 +8 ==========================================+ Hits 354 361 +7- Misses 74 75 +1
Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here. |
Where's patch modifications for older PostgreSQL versions? |
Move your question to PBCKP-544 in our jira, please. |
to avoid *pg_comp_crc32c import and influence on other extensions. Use COMP_CRC32C_COMMON for all systems.
Tags: ptrack