pgsql: Fix crashing bug at the end of recovery in Streaming Replication,

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix crashing bug at the end of recovery in Streaming Replication,
Date: 2010-01-28 19:17:22
Message-ID: 20100128191722.6E9BF7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix crashing bug at the end of recovery in Streaming Replication, when
restore_command is not given. Fujii Masao.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.363 -> r1.364)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.363&r2=1.364)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-01-28 20:07:59 Re: pgsql: Define INADDR_NONE on Solaris when it's missing.
Previous Message Tom Lane 2010-01-28 16:16:06 Re: pgsql: Define INADDR_NONE on Solaris when it's missing.