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

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

From
Tom Lane
Date:
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(-)