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

Commit7d62e9c

Browse files
Jan WieckJan Wieck
Jan Wieck
authored and
Jan Wieck
committed
Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECT
Jan
1 parent99f61da commit7d62e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/ruleutils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* out of it's tuple
44
*
55
* IDENTIFICATION
6-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.8 1999/01/25 18:02:23 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.9 1999/04/29 15:52:01 wieck Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -1117,7 +1117,7 @@ get_insert_query_def(Query *query, QryHier *qh)
11171117
strcat(buf,")");
11181118
}
11191119
else
1120-
strcat(buf,get_query_def(query,qh));
1120+
strcat(buf,get_select_query_def(query,qh));
11211121

11221122
/* ----------
11231123
* Copy the query string into allocated space and return it

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp