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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use --load-extension to set up for contrib/tcn's isolation tests
Date: 2022-09-01 18:30:53
Message-ID: E1oToxo-000yN4-Mo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-01 18:54:36 pgsql: aix: when building with gcc, tell gcc we're building a shared li
Previous Message David Rowley 2022-09-01 07:26:21 pgsql: Fix some possibly latent bugs in slab.c