mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03: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
@ -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…
x
Reference in New Issue
Block a user