Re: Converting contrib SQL functions to new style

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Ronan Dunklau <ronan(dot)dunklau(at)aiven(dot)io>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: Converting contrib SQL functions to new style
Date: 2024-11-07 01:06:37
Message-ID: ZywSnWzXskAxSDew@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 06, 2024 at 10:51:29AM +0100, Ronan Dunklau wrote:
> For most of them I agree, but one side effect of the current implementation is
> that we have a bug when pg_upgrad'ing if earthdistance is installed:
> https://www.postgresql.org/message-id/flat/
> 152106914669.1223.5104148605998271987%40wrigleys.postgresql.org
>
> The new version of earthdistance fixes that problem, so this one would be worth
> a back patch to 16, giving users the opportunity to update earthdistance
> before running pg_upgrade.

Good point. Checking all these contrib updates one-by-one is an ant's
work, but I'll see if I can get at least some of them done on HEAD.

> Thanks for the tip about the CI, will make sure to have it setup before next
> time.

See also "Enabling cirrus-ci in a github repository" in
src/tools/ci/README.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2024-11-07 01:41:43 Re: Fix for Extra Parenthesis in pgbench progress message
Previous Message Thomas Munro 2024-11-07 01:05:52 Re: Changing shared_buffers without restart