Re: pg_upgrade: transfer pg_largeobject_metadata's files when possible

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: pg_upgrade: transfer pg_largeobject_metadata's files when possible
Дата
Msg-id aLsoIeIxlCi-L7C_@nathan
обсуждение исходный текст
Ответ на Re: pg_upgrade: transfer pg_largeobject_metadata's files when possible  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pg_upgrade: transfer pg_largeobject_metadata's files when possible
Список pgsql-hackers
On Fri, Sep 05, 2025 at 03:35:21PM +0900, Michael Paquier wrote:
> +        $old->safe_psql('postgres', q|
> +            CREATE EXTENSION dummy_seclabel;
> 
> Still I think that this bit is going to fail with installcheck,
> because src/test/modules/ is not installed by default :)
> 
> You can make that conditional with check_extension(), like the tricks
> for injection_points in other TAP tests.  The security label creation
> and test also need to be made conditional.  The work is already done
> with the check on oldinstall, it just needs an extra tweak, so I would
> store the condition in a separate variable at the top of test_mode()
> in 006_transfer_modes.pl, or something equivalent.

How does this look?

-- 
nathan

Вложения

В списке pgsql-hackers по дате отправления: