Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 45256b4

Browse files
Merge pull request #154 from Fenimorkin/join_clause_fix
Fix test pathman_join_clause set search_path=public
2 parents 8849115 + df9219c commit 45256b4

21 files changed

+21
-6
lines changed

‎expected/pathman_calamity.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE EXTENSION pg_pathman;
34
CREATE SCHEMA calamity;
45
/* call for coverage test */

‎expected/pathman_callbacks.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE EXTENSION pg_pathman;
34
CREATE SCHEMA callbacks;
45
/* callback #1 */

‎expected/pathman_domains.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE EXTENSION pg_pathman;
34
CREATE SCHEMA domains;
45
CREATE DOMAIN domains.dom_test AS numeric CHECK (value < 1200);

‎expected/pathman_foreign_keys.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE EXTENSION pg_pathman;
34
CREATE SCHEMA fkeys;
45
/* Check primary keys generation */

‎expected/pathman_interval.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE EXTENSION pg_pathman;
34
CREATE SCHEMA test_interval;
45
/* Range partitions for INT2 type */

‎expected/pathman_join_clause.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE SCHEMA pathman;
34
CREATE EXTENSION pg_pathman SCHEMA pathman;
45
CREATE SCHEMA test;

‎expected/pathman_permissions.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE EXTENSION pg_pathman;
34
CREATE SCHEMA permissions;
45
CREATE ROLE user1 LOGIN;

‎expected/pathman_rowmarks.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* NOTE: This test behaves differenly on 9.5
44
* -------------------------------------------
55
*/
6+
SET search_path = 'public';
67
CREATE EXTENSION pg_pathman;
78
CREATE SCHEMA rowmarks;
89
CREATE TABLE rowmarks.first(id int NOT NULL);

‎expected/pathman_rowmarks_1.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* NOTE: This test behaves differenly on 9.5
44
* -------------------------------------------
55
*/
6+
SET search_path = 'public';
67
CREATE EXTENSION pg_pathman;
78
CREATE SCHEMA rowmarks;
89
CREATE TABLE rowmarks.first(id int NOT NULL);

‎expected/pathman_runtime_nodes.out‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE SCHEMA pathman;
34
CREATE EXTENSION pg_pathman SCHEMA pathman;
45
CREATE SCHEMA test;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /