Skip to content

Commit 2a17f69

Browse files
OOP refactoring
1 parent 2cb6b6c commit 2a17f69

File tree

5 files changed

+579
-644
lines changed

5 files changed

+579
-644
lines changed

expected/pg_variables_trans.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ BEGIN;
17441744
SAVEPOINT sp1;
17451745
SAVEPOINT sp2;
17461746
SAVEPOINT sp3;
1747-
SELECT pgv_set('vars2', 'trans', 'variable exists'::text, true);
1747+
SELECT pgv_set('vars2', 'trans2', 'trans2 variable exists'::text, true);
17481748
pgv_set
17491749
---------
17501750

0 commit comments

Comments
 (0)