mirror of
https://github.com/postgres/postgres.git
synced 2026-02-03 20:40:14 -05:00
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.
This commit is contained in:
parent
918eee0c49
commit
e40bddb0f3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use IO::Handle;
|
|||
use Getopt::Long;
|
||||
|
||||
# Update for pg_bsd_indent version
|
||||
my $INDENT_VERSION = "1.1";
|
||||
my $INDENT_VERSION = "1.2";
|
||||
my $devnull = File::Spec->devnull;
|
||||
|
||||
# Common indent settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue