citus icon indicating copy to clipboard operation
citus copied to clipboard

Wrong version number in the control file for tag 11.0.5

Open gelias opened this issue 3 years ago • 0 comments

Hi everyone!

Congratulations for the release 11.0.5(tag v11.0.5)!

We believe (https://stackgres.io team) have found a tiny detail, maybe was forgotten in this release. Inside the control file the default_version property still with the old value 11.0-4 instead of 11.0-5

image
❯ kubectl exec -it teste-ext-0 -c patroni -- psql
psql (14.4 OnGres Inc.)
Type "help" for help.

postgres=# select * from pg_available_extensions;
        name        | default_version | installed_version |                                comment                                 
--------------------+-----------------+-------------------+------------------------------------------------------------------------
 dblink             | 1.2             | 1.2               | connect to other PostgreSQL databases from within a database
 pg_stat_statements | 1.9             |                   | track planning and execution statistics of all SQL statements executed
 plpgsql            | 1.0             | 1.0               | PL/pgSQL procedural language
 plpython3u         | 1.0             | 1.0               | PL/Python3U untrusted procedural language
 citus              | 11.0-4          |                   | Citus distributed database
(5 rows)

The same thing for version 10.2.4(tag 1.0.2.4). This could be a problem in some cases and some users!

Please let me know if this makes sense, so I can submit the MR tweaking it. Thanks in advance!

gelias avatar Aug 10 '22 20:08 gelias