Re: BUG #15678: The postgresql.conf string does not define server behavior (default_transaction_isolation)

From: Andres Freund <andres(at)anarazel(dot)de>
To: dhaenoor(at)yandex(dot)ru, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15678: The postgresql.conf string does not define server behavior (default_transaction_isolation)
Date: 2019-03-08 18:13:30
Message-ID: 20190308181330.xm4zobm4ubkbwu5i@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2019-03-08 17:38:33 +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference: 15678
> Logged by: Vasiliy Korotkikh
> Email address: dhaenoor(at)yandex(dot)ru
> PostgreSQL version: 11.2
> Operating system: Debian Stretch
> Description:
>
> In the configuration file of my server there is the following line:
> default_transaction_isolation = 'serializable'

Did you reload the configuration after making that change? SELECT
pg_reload_conf();

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Дуотт Даэнур 2019-03-08 18:29:39 Re: BUG #15678: The postgresql.conf string does not define server behavior (default_transaction_isolation)
Previous Message Evgeniy Efimkin 2019-03-08 18:00:04 Re: BUG #15617: walsender hang if sync replica disconnected from network