Skip to content

Commit 1a7be6a

Browse files
CherkashinSergeyza-arthur
authored andcommitted
Don't create empty HTAB in package, if it is not necessary
1 parent dfe6ac2 commit 1a7be6a

File tree

2 files changed

+113
-100
lines changed

2 files changed

+113
-100
lines changed

expected/pg_variables_trans.out

+2-1
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,8 @@ SELECT package FROM pgv_stats() ORDER BY package;
17941794
package
17951795
---------
17961796
vars
1797-
(1 row)
1797+
vars2
1798+
(2 rows)
17981799

17991800
SELECT * FROM pgv_list() ORDER BY package, name;
18001801
package | name | is_transactional

0 commit comments

Comments
 (0)