From: Don Armstrong Date: Fri, 30 Mar 2018 22:28:06 +0000 (-0700) Subject: the postgres_version parser is broken; use 8.1 instead of 9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d671b83a70c55f5bf7b5881de5124b8f9bcd662a;p=debbugs.git the postgres_version parser is broken; use 8.1 instead of 9 --- diff --git a/bin/debbugs-installsql b/bin/debbugs-installsql index 8d8437ac..71ecc8ff 100755 --- a/bin/debbugs-installsql +++ b/bin/debbugs-installsql @@ -134,7 +134,7 @@ my $dh = DH->new({schema => $schema, force_overwrite => $options{overwrite_deployment}, script_directory => $options{deployment_dir}, databases => 'PostgreSQL', - sql_translator_args => {producer_args=> {postgres_version => 9}}, + sql_translator_args => {producer_args=> {postgres_version => 8.1}}, }); if ($options{current_version}) {