pgsql: Minor cleanups in slot related code.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor cleanups in slot related code.
Date: 2015-08-11 10:47:20
Message-ID: E1ZP75U-0006xb-KG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor cleanups in slot related code.

Fix a bunch of typos, and remove two superflous includes.

Author: Gurjeet Singh
Discussion: CABwTF4Wh_dBCzTU=49pFXR6coR4NW1ynb+vBqT+Po=7fuq5iCw(at)mail(dot)gmail(dot)com
Backpatch: 9.4

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e9a080d3692893081306fee262565ba87080dfd0

Modified Files
--------------
src/backend/replication/logical/logical.c | 3 ---
src/backend/replication/slot.c | 4 ++--
2 files changed, 2 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-08-11 13:03:35 pgsql: More fixes to allow pg_rewind tests to run on Msys.
Previous Message Andres Freund 2015-08-11 10:47:19 pgsql: Minor cleanups in slot related code.