BUG #17750: Plugin_debugger not work when have pg_hint_plan on shared_preload_libraries

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: junior(at)rassystem(dot)com(dot)br
Subject: BUG #17750: Plugin_debugger not work when have pg_hint_plan on shared_preload_libraries
Date: 2023-01-12 15:31:52
Message-ID: 17750-b775010ef15e53ef@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17750
Logged by: Paulo La Luna Junior
Email address: junior(at)rassystem(dot)com(dot)br
PostgreSQL version: 12.13
Operating system: Docker from image postgres:12.13
Description:

Hi,

I did several tests and the Debbuger Plugin does not work when the
shared_preload_libraries has "plugin_debugger,pg_hint_plan".
When shared_preload_libraries has only "plugin_debugger" or with other
libraries like "auto_explain,plugin_debugger,pg_stat_statements,pg_repack",
it's work.

I can create function and create extension without any error. But when I use
Debug from PGAdmin or Dbeaver it doesn't return the debug result.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2023-01-12 15:33:33 Re: Bug in jsonb_path_exists (maybe _match) one-element scalar/variable jsonpath handling
Previous Message Alexander Korotkov 2023-01-12 15:31:29 Re: Bug in jsonb_path_exists (maybe _match) one-element scalar/variable jsonpath handling