Yoann La Cancellera

Results 5 issues of Yoann La Cancellera

Hi Asking because my workaround now brings me too many issues I currently have ``` var CLI struct { CommonOption bool Cmd1 cmd1 `cmd` Cmd2 cmd2 `cmd` } type Cmd1...

That way anybody can handle non-galera specific logs in a single view. tests/expected/operator_auto_ambiguous_ips_list_all_no_color has been updated, it was out-of-sync due to the 2 previous pull requests (https://github.com/percona/percona-toolkit/pull/756) that were made...

Hi I currently have a repeatable issue where users can connect to every db, except one (with appropriate pg privileges). Users are able to connect to other databases and switch...

good-first-issue
usability-improvement

from https://www.postgresql.org/docs/devel/release-17.html > Create system view pg_stat_checkpointer (Bharath Rupireddy, Anton A. Melnikov, Alexander Korotkov) > Relevant columns have been removed from pg_stat_bgwriter and added to this new system view.

Having xmin age from prepared_xacts could help I'm thinking of ``` select *, (now()-prepared)::INTERVAL as duration, age(transaction) as trx_age from pg_prepared_xacts order by age(transaction) desc; ```