pgsql: Improve an error message

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve an error message
Date: 2021-03-24 07:02:48
Message-ID: E1lOxXU-0003xM-VZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve an error message

Make it the same as another nearby message.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1509c6fc29c07d13c9a590fbd6f37c7576f58ba6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2021-03-24 09:56:29 Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres
Previous Message Amit Kapila 2021-03-24 06:42:15 pgsql: Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ...".