mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Post-PG 10 beta1 pgperltidy run
This commit is contained in:
@ -92,7 +92,8 @@ if ($opt{v})
|
||||
|
||||
if ($opt{e})
|
||||
{
|
||||
my @plan = map { "$_->[0]\n" } @{$dbi->selectall_arrayref("explain $sql")};
|
||||
my @plan =
|
||||
map { "$_->[0]\n" } @{ $dbi->selectall_arrayref("explain $sql") };
|
||||
print @plan;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user