Re: about EDITOR_LINENUMBER_SWITCH

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: about EDITOR_LINENUMBER_SWITCH
Date: 2011-05-24 21:51:38
Message-ID: BANLkTinyQx47bRDGowjsqZM9Kqydr_5J7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 24, 2011 at 5:35 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>> On Sat, May 21, 2011 at 5:47 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
>>> I noticed the 9.1 release notes claim that the new
>>> EDITOR_LINENUMBER_SWITCH thing is an environment variable, whereas it is
>>> actually a psql variable.
>>> This is perhaps sort of a Freudian slip.
>
>> It's probably the result of drift between the original patch and what
>> was eventually committed.  IIRC, Pavel had it as an environment
>> variable originally, but Tom and I didn't feel the feature was
>> important enough to merit that treatment.
>
> BTW, the above is merest historical revisionism: there was never a
> version of the patch that did it that way.

Even if you were correct, that's a snarky way to put it, and the point
is trivial anyway. But I don't think I'm imagining the getenv() call
in this version of the patch:

http://archives.postgresql.org/pgsql-hackers/2010-07/msg01253.php

> Also, while we're on the subject, I'm not real sure why we don't allow
> the code to provide a default value when EDITOR has a well-known value
> like "vi" or "emacs".  As long as there is a way to override that,
> where's the harm in a default?

Well, the question is how many people it'll help. Some people might
have a full pathname, others might called it vim...

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message MauMau 2011-05-24 22:40:44 Re: Cannot build docs of 9.1 on Windows
Previous Message Tom Lane 2011-05-24 21:35:24 Re: about EDITOR_LINENUMBER_SWITCH