Skip to content

Commit

Permalink
Fix typo in '<event pending>' conninfo string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wieck authored and Jan Wieck committed Dec 7, 2011
1 parent a8273c7 commit 8279e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/slony1_funcs.sql
Expand Up @@ -1465,12 +1465,12 @@ begin

insert into @NAMESPACE@.sl_path
(pa_server, pa_client, pa_conninfo, pa_connretry)
select pa_server, p_no_id, '<even pending>', pa_connretry
select pa_server, p_no_id, '<event pending>', pa_connretry
from @NAMESPACE@.sl_path
where pa_client = p_no_provider;
insert into @NAMESPACE@.sl_path
(pa_server, pa_client, pa_conninfo, pa_connretry)
select p_no_id, pa_client, '<even pending>', pa_connretry
select p_no_id, pa_client, '<event pending>', pa_connretry
from @NAMESPACE@.sl_path
where pa_server = p_no_provider;

Expand Down

0 comments on commit 8279e78

Please sign in to comment.