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:17
Message-ID: E1ZP75R-0006wi-Df@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
------
master

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

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:19 pgsql: Minor cleanups in slot related code.
Previous Message Andrew Dunstan 2015-08-11 03:17:32 Re: [COMMITTERS] pgsql: Fix pg_dump to dump shell types.