Re: psql, remove include of psqlscan.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql, remove include of psqlscan.c
Date
Msg-id 1328.1348774620@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql, remove include of psqlscan.c  ("Karl O. Pinc" <kop@meme.com>)
List pgsql-hackers
"Karl O. Pinc" <kop@meme.com> writes:
> On 09/27/2012 11:02:42 AM, Tom Lane wrote:
>> Rather, the problem is that the server might know about some newer
>> lexical feature, and so might the application, but if libpq is behind
>> the times then it's broken. 

> If the application knows about the newer feature and wants
> to use it, is it unreasonable to ask the application
> be linked against a newer libpq?

Well, see the JDBC example: there is no newer driver with the desired
feature for applications to link against.  Even if all client-side code
with such knowledge stays perfectly in sync as far as upstream sources
are concerned, there are any number of reasons why particular
installations might have copies of varying vintages.  It's not really
a situation that I want to get into more than necessary.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_signal_backend() asymmetry
Next
From: Robert Haas
Date:
Subject: Re: Oid registry