Re: More fixes for missing double quotes in the shell

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Justin <justin(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Patches Mailing List <pgsql-patches(at)postgresql(dot)org>
Subject: Re: More fixes for missing double quotes in the shell
Date: 2001-09-29 22:53:54
Message-ID: Pine.LNX.4.30.0109300025190.629-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Justin writes:

> I agree it's not strictly necessary, but I thought I'd add them in to
> follow the generic "good programming practise" of always quoting
> variables in shell script tests.

In my purely personal opinion it's better to be aware of the possible
values of a variable than to blindly quote everything. Somewhere you're
going to run into nested quote situations which cannot be done portably,
at which point you have to start doing that anyway.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-09-29 22:54:53 Re: Trailing semicolons in psql patch
Previous Message Tom Lane 2001-09-29 20:15:01 Re: Problem with setlocale (found in libecpg) [accessing a memory location after freeing it]