Skip to content

Commit 978e73c

Browse files
authored
Merge pull request #236 from postgrespro/postgresql-14-port
Postgresql 14 port
2 parents cb203af + 23122ab commit 978e73c

23 files changed

+2759
-54
lines changed

expected/pathman_CVE-2020-14350.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DROP TABLE IF EXISTS test1 CASCADE;
99
DROP TABLE IF EXISTS test2 CASCADE;
1010
DROP ROLE IF EXISTS regress_hacker;
1111
SET client_min_messages = 'notice';
12+
GRANT CREATE ON SCHEMA public TO PUBLIC;
1213
CREATE EXTENSION pg_pathman;
1314
CREATE ROLE regress_hacker LOGIN;
1415
-- Test 1

0 commit comments

Comments
 (0)