Copy paste typo in bug #13844

From: Jarred Ward <jarred(at)webriots(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Copy paste typo in bug #13844
Date: 2016-01-05 03:41:36
Message-ID: CAMLLTyasUp1KqTVmMUo17XNA3hvRR+qbuqiCy7DQetK874FgPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The final paragraph should read:

If SELECT statement in the transaction is changed the following:

----------------------------------------------------------------------------
SELECT * FROM foo WHERE b = 'john';

----------------------------------------------------------------------------

to remove the row level locking the correct decoded change set is
returned.

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-01-05 04:20:55 Re: BUG #13843: Problem with output of an index definition by "pg_restore"
Previous Message jarred 2016-01-05 03:32:49 BUG #13844: Logical decoding bug with subxact + row locking