diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/nodes/gen_node_support.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/nodes/gen_node_support.pl b/src/backend/nodes/gen_node_support.pl index 86cf1b39d07..b707a09f565 100644 --- a/src/backend/nodes/gen_node_support.pl +++ b/src/backend/nodes/gen_node_support.pl @@ -174,7 +174,7 @@ push @scalar_types, qw(QualCost); ## check that we have the expected number of files on the command line -die "wrong number of input files, expected @all_input_files\n" +die "wrong number of input files, expected:\n@all_input_files\ngot:\n@ARGV\n" if ($#ARGV != $#all_input_files); ## read input |