Skip to content

Commit bafd989

Browse files
committed
fix pgVersionNum min version
1 parent 48f0de3 commit bafd989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/pg_autoctl/cli_do_tmux_compose.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ tmux_compose_docker_build(TmuxOptions *options)
387387
exit(EXIT_CODE_INTERNAL_ERROR);
388388
}
389389

390-
if (pgVersionNum > 13 && pgVersionNum < 18)
390+
if (pgVersionNum > 12 && pgVersionNum < 18)
391391
{
392392
citustag = pgCitusMatrix[pgVersionNum];
393393
}

0 commit comments

Comments
 (0)