Re: [HACKERS] psql and readline - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] psql and readline
Date
Msg-id 200302190404.h1J44Cs03194@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] psql and readline  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Ross J. Reedstrom wrote:
> Here's the patch I promised over on HACKERS - it alters the implementation
> of '\e' history tracking for systems that have a readline compatability
> library without replace_history_entry.  I fall back to pushing the query
> onto the history stack after the \e, rather than replacing it.
>
> The patch adds one more place to look for readline headers, and a test
> for replace_history_entry. I've only included the patch for configure.in -
> I presume configure in CVS is generated on the central server? (I've got
> autoconf 2.54 installed, the file in CVS was generated by 2.53 - there are
> a number of diffs other than those caused by my additions to configure.in)
>
> Patrick, does this patch work for you, in your build environment?
>
> Ross
>

[ Attachment, skipping... ]

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Object (Domain) locking
Next
From: Bruce Momjian
Date:
Subject: Re: more doc improvements