Skip to content

Bugfix/issue 27 #31

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

Merged
merged 23 commits into from
Nov 13, 2020
Merged

Bugfix/issue 27 #31

merged 23 commits into from
Nov 13, 2020

Conversation

ololobus
Copy link
Contributor

No description provided.

Maxim Orlov and others added 23 commits October 9, 2020 20:06
 Fix warning: leaked hash_seq_search scan for hash table.
+ use uniform algorithm for status lists
+ rename struct tagHtabToStat to tagVariableStatEntry
+ use context instead of bunch of args in list workaround routines
At the moment pg_variables can't handle cursors in a "proper" way.
It's possible to remove pg_variables while have active cursor open,
which seem to be erratic and couse sanitizer to be unpappy about it.
+ Compatibility check for Postgres Professional Enterprise.
+ Fix for cursors: switch off hash leak message.
+ Switch off cursor test, because cursors not supported completely.
Sanitizer did failed on query like "SELECT pgv_select(...) LIMIT 1"
Use pg_compatibility_check_no_error function to precheck compatibility in order to free memory.
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