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

Commit6d177e2

Browse files
committed
Fix typo
1 parentff51679 commit6d177e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/parser/parse_cte.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ analyzeCTE(ParseState *pstate, CommonTableExpr *cte)
524524
cte->cycle_clause->cycle_path_column)==0)
525525
ereport(ERROR,
526526
errcode(ERRCODE_SYNTAX_ERROR),
527-
errmsg("search_sequence column name and cycle path column name are the same"),
527+
errmsg("search sequence column name and cycle path column name are the same"),
528528
parser_errposition(pstate,cte->search_clause->location));
529529
}
530530
}

‎src/test/regress/expected/with.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ with recursive search_graph(f, t, label) as (
12531253
) search depth first by f, t set foo
12541254
cycle f, t set is_cycle to true default false using foo
12551255
select * from search_graph;
1256-
ERROR:search_sequence column name and cycle path column name are the same
1256+
ERROR:search sequence column name and cycle path column name are the same
12571257
LINE 7: ) search depth first by f, t set foo
12581258
^
12591259
-- test ruleutils and view expansion

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp