From: | Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Trond Eivind Glomsrød <teg(at)redhat(dot)com>, The Hermit Hacker <scrappy(at)hub(dot)org>, Holger Klawitter <holger(at)klawitter(dot)de>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: 7.0 vs. 7.1 (was: latest version?) |
Date: | 2000-10-26 23:43:33 |
Message-ID: | 39F8C1A5.DF154CC3@wgcr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers pgsql-ports |
Bruce Momjian wrote:
> Trond Eivind Glomsrød wrote:
> > How compatible with 7.0 and 7.1 be from an application standpoint?
> > Will applications linked with libraries from 7.0 be able to talk to
> > the 7.1 database? Any changes in library major versions? The other
> > way?
> Historically, all applications have been able to talk to newer servers,
> so a 6.4 client can talk to a 7.0 postmaster, and I believe 7.0 clients
> can talk to 7.1 postmasters.
> We usually do not go the other way, where 6.5 clients can not talk to
> 6.4 postmasters. I believe 7.0->7.1 will be able to talk in any
> 7.0.X/7.1 client and server combination.
He's meaning the libpq version for dynamic link loading. Is the
libpq.so lib changing versions (like the change from 6.5.x to 7.0.x
changed from libpq.so.2.0 to libpq.so.2.1, which broke binary RPM
compatibility for other RPM's linked against libpq.so.2.0, which failed
when libpq.so.2.1 came on the scene). I think the answer is no, but I
haven't checked the details yet.
Not just libpq, though -- libpgtcl.so has also been problematic.
Of course, the file format on disk changes (again!), which is a whole
'nother issue for RPM's......
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Wolfe | 2000-10-27 00:06:14 | Re: Postgres 7.0.2-2 on Red Hat 7.0? |
Previous Message | Arthur M. Kang | 2000-10-26 23:41:13 | SELECT DISTINCT ON... ORDER BY... |
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2000-10-26 23:45:30 | Re: pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c) |
Previous Message | Tom Lane | 2000-10-26 23:23:56 | Re: more multibyte/After TGL... |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-10-27 00:29:52 | Re: 7.0 vs. 7.1 (was: latest version?) |
Previous Message | Bruce Momjian | 2000-10-26 19:48:24 | Re: 7.0 vs. 7.1 (was: latest version?) |