run_process_utility_hook
is tangled everywhere, making logic hard to follow
#79
Labels
enhancement
New feature or request
Problem
Right now the different modules logic are tangled per statement and the standard hook (
run_process_utility_hook
) is scattered everywhere. This makes it harder to maintain the code and to disable modules according to the pg version (#78, #50 (comment)).Solution
Refactor the codebase so each module has a single entrypoint and the standard hook is invoked in one single place. Basically:
The text was updated successfully, but these errors were encountered: