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

Commite7b205b

Browse files
committed
Remove old quel labels.
1 parentad8fa23 commite7b205b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/parser/gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.86 1998/01/0920:05:52 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.87 1998/01/0921:26:12 momjian Exp $
1414
*
1515
* HISTORY
1616
* AUTHORDATEMAJOR EVENT
@@ -1960,7 +1960,7 @@ ViewStmt: CREATE VIEW name AS SelectStmt
19601960
ViewStmt *n = makeNode(ViewStmt);
19611961
n->viewname = $3;
19621962
n->query = (Query *)$5;
1963-
if (n->query->unionClause != NULL)
1963+
if (((SelectStmt *)n->query)->unionClause != NULL)
19641964
elog(ERROR,"Views on unions not implemented.");
19651965
$$ = (Node *)n;
19661966
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp