mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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
|
||||
{
|
||||
values[0] = NameGetDatum(&MyReplicationSlot->data.name);
|
||||
nulls[1] = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user