Re: Converting contrib SQL functions to new style

From: Ronan Dunklau <ronan(dot)dunklau(at)aiven(dot)io>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: 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-05 09:14:02
Message-ID: 1901969.tdWV9SEqCh@aivenlaptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le lundi 4 novembre 2024, 17:10:01 heure normale d’Europe centrale Tom Lane a
écrit :
> The cfbot says many of these fail regression tests --- lots of
>
> CREATE EXTENSION citext SCHEMA s;
> +ERROR: extension "citext" has no installation script nor update path for
> version "1.8"
>
> and such. I didn't poke into why, but maybe you missed "git add'ing"
> some changes?
>

Sorry you're right I missed one for xml2. But most importantly I forgot to
update the meson build files for every one of them, using only the Makefile...

Please find attached a new version which should make this right.

Regards,

--
Ronan Dunklau

Attachment Content-Type Size
v3-0001-Use-new-style-SQL-function-in-citext-extension.patch text/x-patch 5.8 KB
v3-0002-Use-new-style-SQL-function-in-earthdistance-exten.patch text/x-patch 8.9 KB
v3-0003-Use-new-style-SQL-function-in-pageinspect-extensi.patch text/x-patch 4.1 KB
v3-0004-Use-new-style-SQL-function-in-pg_freespacemap-ext.patch text/x-patch 2.9 KB
v3-0005-Use-new-style-SQL-function-in-xml2-extension.patch text/x-patch 2.5 KB
v3-0006-Use-new-style-SQL-function-in-lo-extension.patch text/x-patch 2.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-11-05 09:24:07 Re: minor doc issue in 9.16.2.1.1. Boolean Predicate Check Expressions
Previous Message Alvaro Herrera 2024-11-05 09:12:20 Re: pg_dump --no-comments confusion