Make generate_queries_for_path_pattern_recurse() interruptible In case of a very long path pattern with each element pattern being resolved to many graph elements generate_queries_for_path_pattern_recurse() may take very long time to generate all the possible graph paths. Make generate_queries_for_path_pattern_recurse() interruptible so that a user may be able to cancel such a query if required and the interrupts are processed in timely manner.
Author: Satyanarayana Narlapuram <[email protected]> Reviewed-by: Ashutosh Bapat <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/CAHg%2BQDfDwcM4%3DDSiAV6Ly89YQ5EcMhzO1-9x%3DmGG1WJzODcAig%40mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a82e33a83d7cd39f3abd18c7b941625ca78d4c35 Modified Files -------------- src/backend/rewrite/rewriteGraphTable.c | 2 ++ 1 file changed, 2 insertions(+)
