Re: "make check" fails for 7.4.2 checked out from CVS

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: "make check" fails for 7.4.2 checked out from CVS
Date: 2004-03-19 19:55:11
Message-ID: x74qskd334.fsf@yertle.int.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "TL" == Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:

TL> On investigation, I can't find any sign that my Linux box does anything
TL> with library minor version numbers either. That seems to mean that we
TL> should be bumping the major version for every release (unless we made
TL> no externally visible changes at all, not even upward-compatible
TL> additions). Ugh.

I think you should bump the revision at least on major version
upgrade. See in FreeBSD:

[fp01]% psql --version
psql (PostgreSQL) 7.3.4
contains support for command-line editing
[fp01]% ls -l /usr/local/lib/libpq.*
-rw-r--r-- 1 root wheel 99372 Sep 12 2003 /usr/local/lib/libpq.a
lrwxr-xr-x 1 root wheel 10 Sep 12 2003 /usr/local/lib/libpq.so@ -> libpq.so.3
-rwxr-xr-x 1 root wheel 79168 Sep 12 2003 /usr/local/lib/libpq.so.3*

[yertle]% psql --version
psql (PostgreSQL) 7.4
contains support for command-line editing
[yertle]% ls -l /usr/local/pgsql/lib/libpq.*
-rw-r--r-- 1 root postgres 123222 Nov 26 13:41 /usr/local/pgsql/lib/libpq.a
lrwxr-xr-x 1 root postgres 10 Nov 26 13:41 /usr/local/pgsql/lib/libpq.so@ -> libpq.so.3
-rwxr-xr-x 1 root postgres 98240 Nov 26 13:41 /usr/local/pgsql/lib/libpq.so.3*

In PG 7.2, it was libpq.so.2

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-301-869-4449 x806
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message elein 2004-03-19 19:58:04 General Bits [was Re: another postgres article]
Previous Message Richard Huxton 2004-03-19 19:48:01 Re: Generate char surrogate key