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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.
Date: 2018-11-05 20:09:41
Message-ID: E1gJlBt-0005mL-45@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a3fb382e9c166e398763e3bbf706b6c92a647fe1

Modified Files
--------------
src/backend/replication/slot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-11-05 20:09:42 pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.
Previous Message Tom Lane 2018-11-05 17:02:34 pgsql: Remove unreferenced pg_opfamily entry.