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

Commit3e96ed4

Browse files
committed
Add quotes to message
1 parentbc134d7 commit3e96ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pl/plpgsql/src/pl_exec.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.234 2009/02/18 11:33:04 petere Exp $
11+
* $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.235 2009/02/23 10:03:22 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -5144,7 +5144,7 @@ validate_tupdesc_compat(TupleDesc expected, TupleDesc returned, const char *msg)
51445144
(errcode(ERRCODE_DATATYPE_MISMATCH),
51455145
errmsg("%s",_(msg)),
51465146
errdetail("Returned type %s does not match expected type "
5147-
"%s in column%s.",
5147+
"%s in column\"%s\".",
51485148
OidIsValid(returned->attrs[i]->atttypid) ?
51495149
format_type_be(returned->attrs[i]->atttypid) :
51505150
_(dropped_column_type),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp