Remove duplicated assignment in pg_create_physical_replication_slot.

Reported-By: Gurjeet Singh
This commit is contained in:
Andres Freund 2015-08-12 17:35:50 +02:00
parent 7685963eeb
commit a4b059fdde
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ pg_create_physical_replication_slot(PG_FUNCTION_ARGS)
}
else
{
values[0] = NameGetDatum(&MyReplicationSlot->data.name);
nulls[1] = true;
}