mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove duplicated assignment in pg_create_physical_replication_slot.
Reported-By: Gurjeet Singh
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user