pgsql: Remove duplicated assignment in pg_create_physical_replication_s

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove duplicated assignment in pg_create_physical_replication_s
Date: 2015-08-12 15:37:28
Message-ID: E1ZPY5o-0000N6-Mg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicated assignment in pg_create_physical_replication_slot.

Reported-By: Gurjeet Singh

Branch
------
master

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

Modified Files
--------------
src/backend/replication/slotfuncs.c | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-08-12 15:37:30 pgsql: Fix two off-by-one errors in bufmgr.c.
Previous Message Andres Freund 2015-08-12 14:48:40 Re: pgsql: Replace our hacked version of ax_pthread.m4 with latest upstream