aws / pg_tle

Framework for building trusted language extensions for PostgreSQL
Apache License 2.0
337 stars 30 forks source link

Init passcheck worker_handle to NULL #264

Closed adamguo0 closed 10 months ago

adamguo0 commented 10 months ago

Description of changes:

Needed so that passcheck can accurately check whether the worker has been registered (https://github.com/aws/pg_tle/blob/main/src/passcheck.c#L306)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.