Skip to content

Commit 51841a0

Browse files
committed
Remove todo
1 parent 9de9611 commit 51841a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/flypg/repmgr.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ func (r *RepMgr) clonePrimary(hostname string) error {
325325
}
326326

327327
func (r *RepMgr) regenReplicationConf(ctx context.Context) error {
328-
// TODO: do we need -c?
329328
if _, err := utils.RunCmd(ctx, "postgres",
330329
"repmgr", "--replication-conf-only",
331330
"-h", r.HostName,

0 commit comments

Comments
 (0)