pgsql: Fix some typos introduced by the logical decoding patch.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some typos introduced by the logical decoding patch.
Date: 2014-03-05 18:00:58
Message-ID: E1WLG7m-0003fz-UC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some typos introduced by the logical decoding patch.

Erik Rijkers

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/406a1a9ef0beb0a7e3f58805ab2d3140e2202deb

Modified Files
--------------
src/backend/replication/logical/decode.c | 2 +-
src/backend/replication/logical/logical.c | 4 ++--
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/backend/storage/ipc/procarray.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-03-05 21:00:40 pgsql: Add comment that ec_relids excludes "child" EquivalenceClass mem
Previous Message Robert Haas 2014-03-05 17:58:45 pgsql: Fix test_decoding regression test outputs.