PostgreSQL Version 10, missing minor version

From: "Regina Obe" <lr(at)pcorp(dot)us>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: PostgreSQL Version 10, missing minor version
Date: 2016-08-28 16:55:23
Message-ID: 000001d2014c$f84b9190$e8e2b4b0$@pcorp.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2016-08-28 17:12:53 Re: PostgreSQL Version 10, missing minor version
Previous Message Tomas Vondra 2016-08-28 15:16:18 Re: Bogus sizing parameters in some AllocSetContextCreate calls