Incorrect version of initdb

From: rob stone <floriparob(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Incorrect version of initdb
Date: 2020-09-30 06:01:23
Message-ID: 00187150bfda8be0c16fb48343ce3d4ecbec8856.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

Installed postgresql-13 from Debian repos.

postgres(at)roblaptop:/usr/lib/postgresql/13/bin$ initdb -V
initdb (PostgreSQL) 12.4 (Debian 12.4-1)

PG_VERSION is initialised as 12.

However,

postgres(at)roblaptop:/usr/lib/postgresql/13/bin$ createdb -V
createdb (PostgreSQL) 13.0 (Debian 13.0-2)
pg_ctl (PostgreSQL) 12.4 (Debian 12.4-1)
pg_dump (PostgreSQL) 13.0 (Debian 13.0-2)

Debian OS:- Linux roblaptop 5.8.0-2-amd64 #1 SMP Debian 5.8.10-1 (2020-
09-19) x86_64 GNU/Linux
This is just a development box.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Henry Hinze 2020-09-30 06:34:33 Re: BUG #16643: PG13 - Logical replication - initial startup never finishes and gets stuck in startup loop
Previous Message Y. NAKAGAWA 2020-09-30 04:11:19 RE: BUG #16645: pg_upgrade does not mark template1 as a system database