pgsql: Fix thinko in logical decoding code.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in logical decoding code.
Date: 2014-03-31 17:03:41
Message-ID: E1WUfcb-0006nt-Ik@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in logical decoding code.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3f0e4be453ffd27b5f5e6c115172091abda3a38f

Modified Files
--------------
src/backend/replication/logical/logical.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-03-31 17:37:13 pgsql: Count buffers dirtied due to hints in pgBufferUsage.shared_blks_
Previous Message Heikki Linnakangas 2014-03-31 12:35:32 pgsql: Rewrite the way GIN posting lists are packed on a page, to reduc