mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-17 20:07:00 +08: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