Re: pgsql: Use perl warnings pragma consistently - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Use perl warnings pragma consistently
Date
Msg-id 28260.1586813631@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Use perl warnings pragma consistently  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Use perl warnings pragma consistently  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Use perl warnings pragma consistently

This seems to have broken something or other, as I now get a bunch of
warnings while building the docs:

...
Use of uninitialized value within %feature_packages in concatenation (.) or string at ./mk_feature_tables.pl line 57,
<$feat>line 522. 
Use of uninitialized value within %feature_packages in concatenation (.) or string at ./mk_feature_tables.pl line 57,
<$feat>line 524. 
Use of uninitialized value within %feature_packages in concatenation (.) or string at ./mk_feature_tables.pl line 57,
<$feat>line 526. 
Use of uninitialized value within %feature_packages in concatenation (.) or string at ./mk_feature_tables.pl line 57,
<$feat>line 528. 
Use of uninitialized value within %feature_packages in concatenation (.) or string at ./mk_feature_tables.pl line 57,
<$feat>line 529. 
...

            regards, tom lane



pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Use perl's $/ more idiomatically
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Use perl warnings pragma consistently