mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +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;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user