Re: Let's drop V2 protocol
Marko Kreen <markokr@gmail.com>
From: Marko Kreen <markokr@gmail.com>
To: Merlin Moncure <mmoncure@gmail.com>
Cc: Kyotaro HORIGUCHI <horiguchi.kyotaro@oss.ntt.co.jp>, greg@2ndquadrant.com, pgsql-hackers@postgresql.org, shigeru.hanada@gmail.com
Date: 2012-02-24T14:40:26Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix COPY FROM for null marker strings that correspond to invalid encoding.
- e8476f46fc84 9.2.0 cited
-
Improve labeling of pg_test_fsync open_sync test output.
- 2bbd88f8f841 9.2.0 cited
On Fri, Feb 24, 2012 at 4:26 PM, Merlin Moncure <mmoncure@gmail.com> wrote: > On Fri, Feb 24, 2012 at 7:52 AM, Marko Kreen <markokr@gmail.com> wrote: >> So could we like, uh, not do it and simply drop the V2 code? > > I think it's plausible that very old client libraries could connect to > a modern server. But it's pretty unlikely to have a 9.2 app contact > an ancient server IMO. We can drop it from libpq but keep the server-side support, the codebase is different. -- marko