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

From Tom Lane
Subject pgsql: Use --load-extension to set up for contrib/tcn's isolation tests
Date
Msg-id E1oToxo-000yN4-Mo@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix some possibly latent bugs in slab.c
Next
From: Andres Freund
Date:
Subject: pgsql: aix: when building with gcc, tell gcc we're building a shared li