pgsql: Use --load-extension to set up for contrib/tcn's isolation tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use --load-extension to set up for contrib/tcn's isolation tests
Дата
Msg-id E1oToxo-000yN4-Mo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use --load-extension to set up for contrib/tcn's isolation tests.

Oversight in commit 418ec3207: it's better to do it like this,
else you have to drop and recreate the extension for each
permutation.  tcn.spec only has one permutation at present,
so this doesn't speed it up any, but it's still a bad example.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1b9b14cc80327854ff667973096a230434a2386

Modified Files
--------------
contrib/tcn/Makefile       | 1 +
contrib/tcn/specs/tcn.spec | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Fix some possibly latent bugs in slab.c
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: aix: when building with gcc, tell gcc we're building a shared li