fixed error message
authorAsko Tiidumaa <asko.tiidumaa@skype.net>
Wed, 6 May 2009 08:01:47 +0000 (08:01 +0000)
committerAsko Tiidumaa <asko.tiidumaa@skype.net>
Wed, 6 May 2009 08:01:47 +0000 (08:01 +0000)
sql/pgq/triggers/logutriga.c

index 3503127418b80c2307a30fead994077cd958d309..7d950b140485b6b89287bd960e972942a6d90d45 100644 (file)
@@ -98,7 +98,7 @@ Datum pgq_logutriga(PG_FUNCTION_ARGS)
         * Connect to the SPI manager
         */
        if (SPI_connect() < 0)
-               elog(ERROR, "logtriga: SPI_connect() failed");
+               elog(ERROR, "logutriga: SPI_connect() failed");
 
        pgq_prepare_event(&ev, tg, true);