Commit a4b059fd authored by Andres Freund's avatar Andres Freund

Remove duplicated assignment in pg_create_physical_replication_slot.

Reported-By: Gurjeet Singh
parent 7685963e
...@@ -76,7 +76,6 @@ pg_create_physical_replication_slot(PG_FUNCTION_ARGS) ...@@ -76,7 +76,6 @@ pg_create_physical_replication_slot(PG_FUNCTION_ARGS)
} }
else else
{ {
values[0] = NameGetDatum(&MyReplicationSlot->data.name);
nulls[1] = true; nulls[1] = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment