Skip to content
Snippets Groups Projects
Commit a4b059fd authored by Andres Freund's avatar Andres Freund
Browse files

Remove duplicated assignment in pg_create_physical_replication_slot.

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