Movatterモバイル変換


[0]ホーム

URL:


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

Fix test pathman_join_clause set search_path=public#154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
funbringer merged 2 commits intopostgrespro:masterfromFenimorkin:join_clause_fix
Apr 13, 2018
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletionsexpected/pathman_calamity.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA calamity;
/* call for coverage test */
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_callbacks.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA callbacks;
/* callback #1 */
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_domains.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA domains;
CREATE DOMAIN domains.dom_test AS numeric CHECK (value < 1200);
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_foreign_keys.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA fkeys;
/* Check primary keys generation */
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_interval.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA test_interval;
/* Range partitions for INT2 type */
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_join_clause.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE SCHEMA pathman;
CREATE EXTENSION pg_pathman SCHEMA pathman;
CREATE SCHEMA test;
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_permissions.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA permissions;
CREATE ROLE user1 LOGIN;
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_rowmarks.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
* NOTE: This test behaves differenly on 9.5
* -------------------------------------------
*/
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA rowmarks;
CREATE TABLE rowmarks.first(id int NOT NULL);
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_rowmarks_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
* NOTE: This test behaves differenly on 9.5
* -------------------------------------------
*/
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA rowmarks;
CREATE TABLE rowmarks.first(id int NOT NULL);
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_runtime_nodes.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE SCHEMA pathman;
CREATE EXTENSION pg_pathman SCHEMA pathman;
CREATE SCHEMA test;
Expand Down
1 change: 1 addition & 0 deletionsexpected/pathman_utility_stmt.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
\set VERBOSITY terse
SET search_path = 'public';
CREATE EXTENSION pg_pathman;
/*
* Test COPY
Expand Down
2 changes: 1 addition & 1 deletionsql/pathman_calamity.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA calamity;

Expand Down
2 changes: 1 addition & 1 deletionsql/pathman_callbacks.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA callbacks;

Expand Down
1 change: 1 addition & 0 deletionssql/pathman_domains.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA domains;

Expand Down
1 change: 1 addition & 0 deletionssql/pathman_foreign_keys.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA fkeys;

Expand Down
1 change: 1 addition & 0 deletionssql/pathman_interval.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA test_interval;

Expand Down
2 changes: 1 addition & 1 deletionsql/pathman_join_clause.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
\set VERBOSITY terse

SET search_path='public';
CREATESCHEMApathman;
CREATE EXTENSION pg_pathman SCHEMA pathman;
CREATESCHEMAtest;
Expand Down
1 change: 1 addition & 0 deletionssql/pathman_permissions.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA permissions;

Expand Down
2 changes: 1 addition & 1 deletionsql/pathman_rowmarks.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
* NOTE: This test behaves differenly on 9.5
* -------------------------------------------
*/

SET search_path = 'public';
CREATE EXTENSION pg_pathman;
CREATE SCHEMA rowmarks;

Expand Down
2 changes: 1 addition & 1 deletionsql/pathman_runtime_nodes.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE SCHEMA pathman;
CREATE EXTENSION pg_pathman SCHEMA pathman;
CREATE SCHEMA test;
Expand Down
2 changes: 1 addition & 1 deletionsql/pathman_utility_stmt.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
\set VERBOSITY terse

SET search_path = 'public';
CREATE EXTENSION pg_pathman;


Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp