Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a4b059f

Browse files
committed
Remove duplicated assignment in pg_create_physical_replication_slot.
Reported-By: Gurjeet Singh
1 parent 7685963 commit a4b059f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/replication/slotfuncs.c

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ pg_create_physical_replication_slot(PG_FUNCTION_ARGS)
7676
}
7777
else
7878
{
79-
values[0] = NameGetDatum(&MyReplicationSlot->data.name);
8079
nulls[1] = true;
8180
}
8281

0 commit comments

Comments
 (0)