<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general">
    <title>gmane.comp.db.postgresql.slony1.general</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11053"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11052"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11051"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11050"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11049"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11048"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11047"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11046"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11045"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11044"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11043"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11042"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11041"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11038"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11034"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11053">
    <title>Re: Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11053</link>
    <description>&lt;pre&gt;
You're welcome.


Jan




&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-06-15T13:24:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11052">
    <title>Re: Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11052</link>
    <description>&lt;pre&gt;Jan,

You are right. Tweaking the tcp keep alive parameters helped.

Now slon.conf contains:

tcp_keepalive=true
tcp_keepalive_interval=45
tcp_keepalive_count=20
tcp_keepalive_idle=30
cleanup_interval=30

Thanks a lot for the timely response.

- Sridevi



On Thu, Jun 13, 2013 at 11:46 PM, Jan Wieck &amp;lt;JanWieck-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
Slony1-general mailing list
Slony1-general-8kkgcvHRObyz5F2/bZa4Fw&amp;lt; at &amp;gt;public.gmane.org
http://lists.slony.info/mailman/listinfo/slony1-general
&lt;/pre&gt;</description>
    <dc:creator>Sridevi R</dc:creator>
    <dc:date>2013-06-15T08:46:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11051">
    <title>Re: Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11051</link>
    <description>&lt;pre&gt;
This all can very well be a slightly too eager firewall dropping idle
connections. Have you tried to enable TCP keep alive options that kick
in after something like 30 seconds? If not, enable them on both, the PG
server and the Slony side. That usually prevents those firewall issues.


Jan




&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-06-13T18:16:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11050">
    <title>Re: Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11050</link>
    <description>&lt;pre&gt;Hello Jan,

The Master and Slave DBs talk through a firewall.
VIP IPs and SNAT IPs are used in pg_hba.conf.

The corresponding messages in the postgres server log:

2013-06-13 09:46:21.224
GMT,,,6630,"10.4.2.2:42031",51b994ed.19e6,1,"",2013-06-13
09:46:21 GMT,,0,LOG,08P01,"incomplete startup packet",,,,,,,,,""
2013-06-13 09:57:38.596 GMT,"postgres","db01",6634,"&amp;lt;ip address printed
here&amp;gt;:53924",51b994f7.19ea,1,"idle",2013-06-13 09:46:31
GMT,28/0,0,LOG,08006,"could not receive data from client: Connection reset
by peer",,,,,,,,,"slon.node_1_listen"
2013-06-13 09:57:38.596 GMT,"postgres","db01",6634,"&amp;lt;ip address printed
here&amp;gt;:53924",51b994f7.19ea,2,"idle",2013-06-13 09:46:31
GMT,28/0,0,LOG,08P01,"unexpected EOF on client
connection",,,,,,,,,"slon.node_1_listen"
2013-06-13 09:57:38.607 GMT,"postgres","db01",6637,"&amp;lt;ip address printed
here&amp;gt;:53926",51b994f9.19ed,1,"idle",2013-06-13 09:46:33
GMT,32/0,0,LOG,08006,"could not receive data from client: Connection reset
by peer",,,,,,,,,"slon.subscriber_1_provider_1"
201&lt;/pre&gt;</description>
    <dc:creator>Sridevi R</dc:creator>
    <dc:date>2013-06-13T10:25:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11049">
    <title>Re: Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11049</link>
    <description>&lt;pre&gt;
"server closed the connection unexpectedly" ...

Is this connection by any chance through some firewall or NAT gateway
that will drop idle connections?

What are the corresponding postmaster server log entries? Since slony
reports an unexpected connection drop from the server, the server must
have some message in its log too, because the client never sent the 'X'
libpq protocol message.


Jan




&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-06-12T18:32:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11048">
    <title>Re: Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11048</link>
    <description>&lt;pre&gt;Jan,

Thanks for the reply.

The only errors in the slon log are failure of cleanupThread.
child process is restarting right after the cleanupThread Failure.
This occurs approximately every 10 minutes since cleanup_interval is set to
10 minutes.

Here is a sample from the log again:

2013-06-06 14:23:27 GMT FATAL  cleanupThread: "begin;lock table
"_xx_cluster".sl_config_lock;select "_xx_cluster".cleanupEvent('10
minutes'::interval);commit;" - server closed the connection unexpectedly
    This probably means the server terminated abnormally
    before or while processing the request.
2013-06-06 14:23:27 GMT CONFIG slon: child terminated signal: 9; pid:
16135, current worker pid: 16135
2013-06-06 14:23:27 GMT CONFIG slon: restart of worker in 10 seconds

Thanks ,
Sridevi


On Wed, Jun 12, 2013 at 7:33 PM, Jan Wieck &amp;lt;JanWieck-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
Slony1-general mailing list
Slony1-general-8kkgcvHRObyz5F2/bZa4Fw&amp;lt; at &amp;gt;public.gmane.org
http://l&lt;/pre&gt;</description>
    <dc:creator>Sridevi R</dc:creator>
    <dc:date>2013-06-12T14:17:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11047">
    <title>Re: Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11047</link>
    <description>&lt;pre&gt;
Slon kills its worker(s) with signal 9 (SIGKILL) when it needs to
restart, like when there are errors in event processing or if it
receives certain signals. Are there any other errors in the slon log or
is something on the machine sending signals to slon?


Jan



&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-06-12T14:03:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11046">
    <title>Slony cleanupEvent erroring out with "server closed the connection unexpectedly" - Soln version: 2.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11046</link>
    <description>&lt;pre&gt;Hello,

The slony logs are consistently posting this error:

2013-06-12 10:01:05 GMT FATAL  cleanupThread: "begin;lock table
"_xx_cluster".sl_config_lock;select "_xx_cluster".cleanupEvent('10
minutes'::interval);commit;" - server closed the connection unexpectedly
2013-06-12 10:12:24 GMT FATAL  cleanupThread: "begin;lock table
"_xx_cluster".sl_config_lock;select "_xx_cluster".cleanupEvent('10
minutes'::interval);commit;" - server closed the connection unexpectedly

checked and found that sl_confirm table is not cleaned up. cleanup event
never succeeds.
Additionally, the child processes terminates and restarts after each such
cleanup failure.

2013-06-11 11:20:04 GMT CONFIG slon: child terminated signal: 9; pid:
20172, current worker pid: 20172
2013-06-11 11:20:04 GMT CONFIG slon: restart of worker in 10 seconds

When cleanup is run manually, on the psql prompt it runs to completion
without any issues and cleans up sl_event and sl_confirm tables
"begin;lock table "_xx_cluster".sl_config_lock;select
"_xx_clust&lt;/pre&gt;</description>
    <dc:creator>Sridevi R</dc:creator>
    <dc:date>2013-06-12T11:14:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11045">
    <title>Re: Slony Versions and Postgres Versions and the compatibility.</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11045</link>
    <description>&lt;pre&gt;
That is correct. Slony requires the same Slony version on all nodes, but
supports running on top of different PostgreSQL version.


Jan




&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-06-07T20:18:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11044">
    <title>Slony 2.2.0 beta 4 released</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11044</link>
    <description>&lt;pre&gt;The Slony team is pleased to announce the release of the fourth beta for 
Slony 2.2.0.

Slony 2.2.0 will be the next major release of the Slony-I replication 
system for PostgreSQL.

Key features of the 2.2.0 release include:

* The storage and transport and application of the slony log 
(sl_log_1/sl_log_2) has changed providing performance improvements. Data 
is now stored in a different format and the postgresql COPY protocol and 
triggers are used to replicate and apply changes to replicas.

* DDL handling with the EXECUTE SCRIPT command has changed.  The DDL is 
no longer stored as a special event in sl_event but is instead stored in 
sl_log_script and is processed as part of a SYNC event inline with data 
changes. DDL can also be specified inline

* FAILOVER has been reworked to be more reliable but not all nodes can 
be used as failover targets.

* A RESUBSCRIBE NODE command was added because the provider of a 
subscribed set can no longer be changed with the SUBSCRIBE SET command 
in some cases.  All &lt;/pre&gt;</description>
    <dc:creator>Steve Singer</dc:creator>
    <dc:date>2013-06-07T14:51:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11043">
    <title>Re: Slony Versions and Postgres Versions and thecompatibility.</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11043</link>
    <description>&lt;pre&gt;
AFAIK, Slony-I need exact version on both the node's.
Because upgrading a node to newer version will do changes to slony_func.so
file where it should match the version with the other replicating nodes
else it will break. Below link has a comment after the upgrade steps as " If
there is any mismatch between component versions, the
slon&amp;lt;http://main.slony.info/documentation/2.1/slon.html&amp;gt; will
refuse to start up, which provides protection against corruption."

http://main.slony.info/documentation/2.1/slonyupgrade.html

For your other questions, hopefully you will see some answer's here.

&lt;/pre&gt;</description>
    <dc:creator>Raghav</dc:creator>
    <dc:date>2013-06-06T08:16:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11042">
    <title>Slony Versions and Postgres Versions and thecompatibility.</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11042</link>
    <description>&lt;pre&gt;Hello Guys

I am new to the Slony World as well as Postgres World, And I have a question which I have tried to get info from the Web but without success. (At least maybe I did get the answer and do not like what I think I understand).

Here is my question.

At a point in Time,  I have a Master Database running Slony V 2.1.0 and a Slave Node running Slony V 2.1.0

I now need to update Slony to v2.1.2

Can I upgrade the Slave Node To V2.1.2 ahead of the Master being upgraded to V2.1.0 or vice versa

Or Does Slony require 100% version equality within the nodes at all times.
I Got this From the  Documentation Regarding Minor Slony-I version Upgrades.


*         Stop the slon&amp;lt;http://slony.info/documentation/2.1/slon.html&amp;gt; processes on all nodes. (e.g. - old version of slon&amp;lt;http://slony.info/documentation/2.1/slon.html&amp;gt;)



*         Install the new version of slon&amp;lt;http://slony.info/documentation/2.1/slon.html&amp;gt; software on all nodes.



*         Execute a slonik&amp;lt;http://slony.info/documentation/2.1/slonik.html&amp;gt; s&lt;/pre&gt;</description>
    <dc:creator>Vitale, Anthony, Sony Music</dc:creator>
    <dc:date>2013-06-05T20:07:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11041">
    <title>Re: Truncate trigger in slony 2.1.x+ requiressuperuser?</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11041</link>
    <description>&lt;pre&gt;Thanks Jan, I'll be testing this soon.

- Brian F

On 05/16/2013 11:47 AM, Jan Wieck wrote:
&lt;/pre&gt;</description>
    <dc:creator>Brian Fehrle</dc:creator>
    <dc:date>2013-05-16T21:12:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11040">
    <title>Re: Truncate trigger in slony 2.1.x+ requiressuperuser?</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11040</link>
    <description>&lt;pre&gt;
I have committed the 2-line fix for this to master and REL_2_1_STABLE.

The diff for 2.1 is attached.


Jan

&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-05-16T17:47:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11039">
    <title>Re: Truncate trigger in slony 2.1.x+ requiressuperuser?</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11039</link>
    <description>&lt;pre&gt;
I would call it a bug. The truncate trigger should be "security 
definer", like the log trigger and several other functions are.


Jan



&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-05-15T18:50:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11038">
    <title>Truncate trigger in slony 2.1.x+ requiressuperuser?</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11038</link>
    <description>&lt;pre&gt;Hi All,

I have a slony cluster running on slony 2.1.0 (Have tested this 
situation on 2.1.3 also). This cluster is replicating a drupal database, 
which preforms truncates on some of the cache tables periodically. When 
the truncates execute, they fire the log_truncate trigger in slony, 
which immediatly errors due to no select permissions on the sl_table 
relation in the slony cluster.

In normal events (inserts, updates, deletes), the user doesn't need any 
permissions granted in the slony schema in order for the event trigger 
to log the event into sl_log_1, etc.

So is this a design decision, making truncates on slony tables only be 
able to be executed by superusers in the database?

I've got it working in a testing environment by granting the following:
grant select on _slony.sl_table to user;
grant insert on _slony.sl_log_status to user;
grant insert on _slony.sl_log_1 to user;
grant insert on _slony.sl_log_2 to user;
grant usage on _slony.sl_action_seq to user;

However I don't like the idea of eith&lt;/pre&gt;</description>
    <dc:creator>Brian Fehrle</dc:creator>
    <dc:date>2013-05-15T17:51:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11037">
    <title>Error while adding new set through altperl slonikscript</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11037</link>
    <description>&lt;pre&gt;
Granthana Biswas &amp;lt;granthana.biswas&amp;lt; at &amp;gt;...&amp;gt; writes:

table to a running replication using following
steps:1. ./slonik_execute_script --config slon_tools.conf 1
/usr/pgsql-9.2/bin/test.sql | ./slonik             (sql file has only create
table command)
"ddl_slony_pkey" for table "ddl_slony"2.
{       "set_id"       =&amp;gt; 2,       "table_id"     =&amp;gt; 2,       "sequence_id" 
=&amp;gt; 2,       "pkeyedtables" =&amp;gt; ["public.ddl_slony"],
executing create set, I am getting the following error: ./slonik_create_set
-c slon_tools.conf 2 | ./slonik&amp;lt;stdin&amp;gt;:11: Subscription set 2
created&amp;lt;stdin&amp;gt;:12: Adding tables to the subscription set&amp;lt;stdin&amp;gt;:13:
PGRES_FATAL_ERROR lock table "_ms_prod_slony".sl_config_lock;select
"_ms_prod_slony".setAddTable(2, 2, 'public.ddl_slony', 'ddl_slony_pkey',
'Table public.ddl_slony with primary key');  - ERROR:  Slony-I:
setAddTable_int: table id 2 has already been assigned!
p_tab_id, p_fqname,                        p_tab_idxname,
p_tab_&lt;/pre&gt;</description>
    <dc:creator>GB</dc:creator>
    <dc:date>2013-05-15T15:30:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11036">
    <title>Error while adding new set through altperl slonikscript</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11036</link>
    <description>&lt;pre&gt;Hi,

I have configured Slony-II using altperl tools. I am trying to add a new
table to a running replication using following steps:

1.
 ./slonik_execute_script --config slon_tools.conf 1
/usr/pgsql-9.2/bin/test.sql | ./slonik             (sql file has only
create table command)
&amp;lt;stdin&amp;gt;:4: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
"ddl_slony_pkey" for table "ddl_slony"

2.
Adding the table in the slon_tools.conf file as set2 below set1:

 "set2" =&amp;gt; {
       "set_id"       =&amp;gt; 2,
       "table_id"     =&amp;gt; 2,
       "sequence_id"  =&amp;gt; 2,
       "pkeyedtables" =&amp;gt; ["public.ddl_slony"],
       "keyedtables"  =&amp;gt; {},
       "sequences"    =&amp;gt; [],
    },

3. While executing create set, I am getting the following error:

 ./slonik_create_set -c slon_tools.conf 2 | ./slonik

&amp;lt;stdin&amp;gt;:11: Subscription set 2 created
&amp;lt;stdin&amp;gt;:12: Adding tables to the subscription set
&amp;lt;stdin&amp;gt;:13: PGRES_FATAL_ERROR lock table
"_ms_prod_slony".sl_config_lock;select "_ms_prod_slony".setAddTable(2, 2,
'public.ddl_slony', 'ddl_s&lt;/pre&gt;</description>
    <dc:creator>Granthana Biswas</dc:creator>
    <dc:date>2013-05-14T17:22:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11035">
    <title>Re: Slony multiple connections with database</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11035</link>
    <description>&lt;pre&gt;
This sounds very much like lost TCP connections that never get the FIN
or RST packts. Have you tried to enable keepalive with settings, that
let connections time out within 5 minutes or faster in both, the
PostgreSQL and the Slony configurations?


Jan



&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-05-10T02:48:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11034">
    <title>Re: pgsql replication with database schema changes using slonik execute script</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11034</link>
    <description>&lt;pre&gt;
Unless there is an implicit or explicit WAIT FOR EVENT done my slonik,
nothing should block. EXECUTE SCRIPT in all versions prior to 2.2
creates an event, containing the SQL. In 2.2 the SQL is injected into
the data stream processed during SYNC application to make it work
reliable with concurrent table access.


Jan



&lt;/pre&gt;</description>
    <dc:creator>Jan Wieck</dc:creator>
    <dc:date>2013-05-10T02:14:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11033">
    <title>Re: pgsql replication with database schema changes using slonik execute script</title>
    <link>http://permalink.gmane.org/gmane.comp.db.postgresql.slony1.general/11033</link>
    <description>&lt;pre&gt;I'm pretty sure slonik will just block until it is reachable. Try not to do
that. This may be different in slony 2.0+, but I haven't tested.



On Tue, May 7, 2013 at 6:54 AM, kapil bhadke &amp;lt;kapilbhadke-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
Slony1-general mailing list
Slony1-general-8kkgcvHRObyz5F2/bZa4Fw&amp;lt; at &amp;gt;public.gmane.org
http://lists.slony.info/mailman/listinfo/slony1-general
&lt;/pre&gt;</description>
    <dc:creator>Vick Khera</dc:creator>
    <dc:date>2013-05-10T00:31:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.db.postgresql.slony1.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.db.postgresql.slony1.general</link>
  </textinput>
</rdf:RDF>
