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:19
Message-ID: E1ZP75T-0006xF-1f@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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/58d2e7fb70584598e026a39f515c5f3c5e589857

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 Andres Freund 2015-08-11 10:47:20 pgsql: Minor cleanups in slot related code.
Previous Message Andres Freund 2015-08-11 10:47:17 pgsql: Introduce macros determining if a replication slot is physical o