Commit e40bddb0 authored by Bruce Momjian's avatar Bruce Momjian

Have pgindent requre pg_bsd_indent version 1.2 now that a new version

has been created by adding #include <stdlib.h> to parse.c.

per request from Kevin Grittner.
parent 918eee0c
...@@ -12,7 +12,7 @@ use IO::Handle; ...@@ -12,7 +12,7 @@ use IO::Handle;
use Getopt::Long; use Getopt::Long;
# Update for pg_bsd_indent version # Update for pg_bsd_indent version
my $INDENT_VERSION = "1.1"; my $INDENT_VERSION = "1.2";
my $devnull = File::Spec->devnull; my $devnull = File::Spec->devnull;
# Common indent settings # Common indent settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment