pgsql: Take care to reprocess an uncommitted notify message.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Take care to reprocess an uncommitted notify message.
Date: 2010-02-17 16:54:06
Message-ID: 20100217165406.EC76F7541C5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Take care to reprocess an uncommitted notify message.

Oversight in my changes to cope with possible errors during message
processing; spotted by Joachim Wieland.

Modified Files:
--------------
pgsql/src/backend/commands:
async.c (r1.152 -> r1.153)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/async.c?r1=1.152&r2=1.153)

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2010-02-17 17:44:20 Re: pgsql: Stamp HEAD as 9.0devel, and update various places that were
Previous Message Tom Lane 2010-02-17 15:12:17 Re: pgsql: Stamp HEAD as 9.0devel, and update various places that were