On Mon, 14 Apr 2025 at 17:32, Michael Paquier <mich...@paquier.xyz> wrote: > > As this is global for all libraries, that's not something I would add > there.
Same applies for pg_stat_statements, but it is defined in extension. Also, injection points are tests-only, so maybe no need to have this function callable in production systems? One more concern is about pre-defined oids: they are limited. Maybe we should not consume predefined oid in case when this is avoidable. -- Best regards, Kirill Reshke