Re: Typo in comment of auto_explain.c

2024-11-27 Thread Ilia Evdokimov
On 27.11.2024 15:54, Heikki Linnakangas wrote: On 27/11/2024 14:46, Ilia Evdokimov wrote: Hi everyone, I found typo in comment auto_explain.c line 282 (/* Enable per-node instrumentation iff log_analyze is required. */). Not 'iff' but 'if'. It's short for "if and only if". See https://e

Re: Typo in comment of auto_explain.c

2024-11-27 Thread Heikki Linnakangas
On 27/11/2024 14:46, Ilia Evdokimov wrote: Hi everyone, I found typo in comment auto_explain.c line 282 (/* Enable per-node instrumentation iff log_analyze is required. */). Not 'iff' but 'if'. It's short for "if and only if". See https://en.wikipedia.org/wiki/If_and_only_if. There was s

Re: Typo in comment of auto_explain.c

2024-11-27 Thread Daniel Gustafsson
> On 27 Nov 2024, at 13:46, Ilia Evdokimov > wrote: > I found typo in comment auto_explain.c line 282 (/* Enable per-node > instrumentation iff log_analyze is required. */). > > Not 'iff' but 'if'. iff is a shorthand for "if and only if", which is used throughout the code. Given the number of

Typo in comment of auto_explain.c

2024-11-27 Thread Ilia Evdokimov
Hi everyone, I found typo in comment auto_explain.c line 282 (/* Enable per-node instrumentation iff log_analyze is required. */). Not 'iff' but 'if'. -- Best regards, Ilia Evdokimov, Tantor Labs LLC.