Re: PG 7.3 is five years old today - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PG 7.3 is five years old today
Date
Msg-id 29790.1196262697@sss.pgh.pa.us
Whole thread Raw
In response to Re: PG 7.3 is five years old today  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: PG 7.3 is five years old today
Re: PG 7.3 is five years old today
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Whether there's any need to support the old protocol in the server depends on
> whether there are any clients out there which use it which is harder to
> determine and not affected by whether Postgres 7.3 is still around.

Right.  There's really not much to be gained by dropping it on the
server side anyway.  libpq might possibly be simplified by a useful
amount, but on the other hand we probably want to keep its current
structure for the inevitable v4 protocol.

Another area where we might think about dropping some stuff is pg_dump.
If we got rid of the requirement to support dumps from pre-7.3 servers
then it could assume server-side dependencies exist, and lose all the
code for trying to behave sanely without 'em.
        regards, tom lane


pgsql-hackers by date:

Previous
From: sulfinu@gmail.com
Date:
Subject: Re: PG 7.3 is five years old today
Next
From: Martijn van Oosterhout
Date:
Subject: Re: pgwin32_open returning EINVAL