PostgreSQL Version 10, missing minor version - Mailing list pgsql-hackers

From Regina Obe
Subject PostgreSQL Version 10, missing minor version
Date
Msg-id 000001d2014c$f84b9190$e8e2b4b0$@pcorp.us
Whole thread Raw
Responses Re: PostgreSQL Version 10, missing minor version  (Joe Conway <mail@joeconway.com>)
Re: PostgreSQL Version 10, missing minor version  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The routine in PostGIS to parse out the version number from pg_config is
breaking in the 10 cycle.

Issue seems to be because there is no minor specified.

e.g.

pgconfig --version 

returns:

PostgreSQL 10devel

Instead of expected

PostgreSQL 10.0devel

Is this the way it's going to be or will there be a .0 tacked at the end
before release?

Thanks,
Regina




pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Bogus sizing parameters in some AllocSetContextCreate calls
Next
From: Joe Conway
Date:
Subject: Re: PostgreSQL Version 10, missing minor version