Frédéric Yhuel

Results 9 issues of Frédéric Yhuel

It would be nice if macros were expanded before coccigrep process the files, but I can't think of a very convenient solution. For a single file I would do something...

I was working with the file "mp4.c" of VLC [gitweb link](http://git.videolan.org/?p=vlc.git;a=tree;f=modules/demux/mp4;h=2fdf0d84f2b3cabacc32242954b18a13a3ef7204;hb=HEAD) The following: ``` coccigrep -t demux_sys_t -a i_timescale -c -o set mp4.c ``` returns nothing, although line 476, you...

In the following plan : https://explain.dalibo.com/plan/R3pp#plan Node 11 displays : " Timing: 41,2ms" But is should be 123.57 ms (4.119 * 30 loops) It is as though PEV2 divides the...

In a PostgreSQL context, we need (at least) the metrics displayed by free (`available`, `shared`, and `buff/cached`). We also need allocated memory (`kbcommit` in sar).

feature request

For example, we don't get any error message with such a label: `'ENCRYPT WITH KEY 793cd018-6c7d-473d-94a4-04f68c93badb'` although the keywork `ID` is missing.

Hello Re https://github.com/michelp/pgsodium#avoid-secret-logging Setting `log_statement` to `'none'` isn't enough to avoid secret logging. If, say, `log_min_duration_statement` is set to `0`, the secret will be logged anyway. I don't know if...

In[ this plan](https://explain.dalibo.com/plan/c5d20681f194ccf7), the inner side of the join is executed in full for each worker and the leader. This means that every process must have a private copy of...

Hello, It seems to me that the option `--freespace-ignore-reserved` should be the default. It would be consistent with the computation of the percentage : ``` p->dused_pct = calculate_percent( p->used, p->used...

check_disk

From the [documentation](https://www.postgresql.org/docs/current/functions-admin.html#FUNCTIONS-RECOVERY-CONTROL), when `pg_wal_replay_pause()` returns, it doesn't mean that recovery stops right away. So I think that pg_back should loop around `pg_get_wal_replay_pause_state()` until it returns `pause`.