1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Remove warnings for operations that have no effect when executed repeatedly.

This commit is contained in:
Peter Eisentraut
2003-09-15 00:26:31 +00:00
parent 2f9d32cded
commit a07c5a1225
9 changed files with 6 additions and 36 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.98 2003/08/04 02:39:58 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.99 2003/09/15 00:26:31 petere Exp $
*
*-------------------------------------------------------------------------
*/
@ -221,8 +221,6 @@ Async_Listen(char *relname, int pid)
if (alreadyListener)
{
heap_close(lRel, AccessExclusiveLock);
ereport(WARNING,
(errmsg("already listening on \"%s\"", relname)));
return;
}