projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d0414
)
fixed error message
author
Asko Tiidumaa
<asko.tiidumaa@skype.net>
Wed, 6 May 2009 08:01:47 +0000
(08:01 +0000)
committer
Asko Tiidumaa
<asko.tiidumaa@skype.net>
Wed, 6 May 2009 08:01:47 +0000
(08:01 +0000)
sql/pgq/triggers/logutriga.c
patch
|
blob
|
blame
|
history
diff --git
a/sql/pgq/triggers/logutriga.c
b/sql/pgq/triggers/logutriga.c
index 3503127418b80c2307a30fead994077cd958d309..7d950b140485b6b89287bd960e972942a6d90d45 100644
(file)
--- a/
sql/pgq/triggers/logutriga.c
+++ b/
sql/pgq/triggers/logutriga.c
@@
-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, "log
u
triga: SPI_connect() failed");
pgq_prepare_event(&ev, tg, true);