Re: pgsql: Fix copy-paste error in errhint() introduced in691d79a07933. - Mailing list pgsql-committers

From Christoph Berg
Subject Re: pgsql: Fix copy-paste error in errhint() introduced in691d79a07933.
Date
Msg-id 20181107213221.GB16008@msg.df7cb.de
Whole thread Raw
In response to pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Fix copy-paste error in errhint() introduced in691d79a07933.
List pgsql-committers
Re: Andres Freund 2018-11-05 <E1gJlBt-0005mL-45@gemulon.postgresql.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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Move EEOP_*_SYSVAR evaluation out of line.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix inadequate autoconfiscation of copyfile() usage.