mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Remove spurious semicolons.
Petr Jelinek
This commit is contained in:
@@ -226,7 +226,7 @@ start_logical_replication:
|
||||
{
|
||||
StartReplicationCmd *cmd;
|
||||
cmd = makeNode(StartReplicationCmd);
|
||||
cmd->kind = REPLICATION_KIND_LOGICAL;;
|
||||
cmd->kind = REPLICATION_KIND_LOGICAL;
|
||||
cmd->slotname = $3;
|
||||
cmd->startpoint = $5;
|
||||
cmd->options = $6;
|
||||
|
Reference in New Issue
Block a user