Re: pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.

From: Christoph Berg <myon(at)debian(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.
Date: 2018-11-07 21:32:22
Message-ID: 20181107213221.GB16008@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re: Andres Freund 2018-11-05 <E1gJlBt-0005mL-45(at)gemulon(dot)postgresql(dot)org>
> Fix copy-paste error in errhint() introduced in 691d79a07933.
>
> Reported-By: Petr Jelinek
> Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f26cb@2ndquadrant.com
> Backpatch: 9.4-, like the previous commit

- errhint("Change wal_level to be replica or higher.")));
+ errhint("Change wal_level to be logical or higher.")));

Are there wal_levels higher than logical?

Christoph

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-07 21:41:48 pgsql: Fix inadequate autoconfiscation of copyfile() usage.
Previous Message Tom Lane 2018-11-07 21:23:13 Re: pgsql: Move EEOP_*_SYSVAR evaluation out of line.