Re: Keyword list sanity check

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: David Fetter <david(at)fetter(dot)org>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Subject: Re: Keyword list sanity check
Date: 2009-04-30 12:18:13
Message-ID: 200904301518.13232.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 30 April 2009 10:27:45 David Fetter wrote:
> I'd also like to propose that "strict clean" be a minimum code quality
> metric for any Perl code in our code base. A lot of what's in there
> is just about impossible to maintain.

use strict and use warnings, I think, although with use warnings I have
occasionally run into the trouble of some old versions not supporting it (only
via perl -w).

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-04-30 12:36:42 Re: idea: global temp tables
Previous Message David Blewett 2009-04-30 12:10:03 Re: Python 3.0 does not work with PL/Python