Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: julian(dot)garcia(at)inrop(dot)es
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"
Date: 2022-02-15 15:15:04
Message-ID: 20220215151504.GA5078@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Feb 15, 2022 at 04:05:44PM +0100, julian(dot)garcia(at)inrop(dot)es wrote:
> root(at)myserver ~ # sudo su - postgres
> postgres(at)myserver ~ $ which psql
> /usr/bin/psql
> postgres(at)myserver ~ $ ls -l "$( which psql )" "$( readlink -f "$( which psql
> )" )"
> lrwxrwxrwx 1 root root 28 Feb 15 11:25 /usr/bin/psql ->
> /etc/alternatives/pgsql-psql
> -rwxr-xr-x 1 root root 632176 Feb 9 15:21 /usr/pgsql-12/bin/psql
> postgres(at)myserver ~ $ rpm -qf "$( which psql )"
> file /usr/bin/psql is not owned by any package
> postgres(at)myserver ~ $ rpm -qf "$( readlink -f "$( which psql )" )"
> postgresql12-12.10-1PGDG.rhel6.x86_64

This does look wrong, and if someone on clean install can confirm it
would be good to track down and fix.

I'd guess it's some issue with packaging, but how it happened - no idea,
sorry.

Best regards,

depesz

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Japin Li 2022-02-15 15:42:56 Re: BUG #17404: CREATE OR REPLACE VIEW does not properly change the COLLATION of an existing field.
Previous Message julian.garcia 2022-02-15 15:05:44 Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"