Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3e96ed4

Browse files
committed
Add quotes to message
1 parent bc134d7 commit 3e96ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plpgsql/src/pl_exec.c

+2-2
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)