maximum for auto_explain.log_min_duration doesn't seem to make sense

From: Kevin Bloch <kev(at)codingthat(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: maximum for auto_explain.log_min_duration doesn't seem to make sense
Date: 2018-02-23 18:34:22
Message-ID: 8ea82d7e-cb78-8e05-0629-73aa14d2a0ca@codingthat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

According to https://dba.stackexchange.com/a/198429/28774 , this setting
maxes out at INT_MAX / 1000, but since it's never multiplied by 1000 or
any other number, it seems it should perhaps just be INT_MAX .

Cheers,
Kev

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vinston Pandiyan 2018-02-23 18:45:27 Re: BUG #15083: [54000] ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes
Previous Message David G. Johnston 2018-02-23 17:42:07 Re: BUG #15083: [54000] ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes