Incorrect version of initdb - Mailing list pgsql-bugs

From rob stone
Subject Incorrect version of initdb
Date
Msg-id 00187150bfda8be0c16fb48343ce3d4ecbec8856.camel@gmail.com
Whole thread Raw
Responses Re: Incorrect version of initdb  (Magnus Hagander <magnus@hagander.net>)
List pgsql-bugs
Hello,

Installed postgresql-13 from Debian repos.

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


PG_VERSION is initialised as 12.

However,

postgres@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.







pgsql-bugs by date:

Previous
From: "Y. NAKAGAWA"
Date:
Subject: RE: BUG #16645: pg_upgrade does not mark template1 as a system database
Next
From: Henry Hinze
Date:
Subject: Re: BUG #16643: PG13 - Logical replication - initial startup never finishes and gets stuck in startup loop