mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Remove redundant translation markers
psql_error() already handles that itself.
This commit is contained in:
@@ -4357,7 +4357,7 @@ do_watch(PQExpBuffer query_buf, double sleep)
|
||||
|
||||
if (!query_buf || query_buf->len <= 0)
|
||||
{
|
||||
psql_error(_("\\watch cannot be used with an empty query\n"));
|
||||
psql_error("\\watch cannot be used with an empty query\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user