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

Commit739c614

Browse files
committed
Fix unportable syntax used in recent patch. Per results from
buildfarm member 'bear'.
1 parent660ad48 commit739c614

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.220 2008/09/09 15:14:08 alvherre Exp $
11+
* $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.221 2008/09/2414:40:00 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -5149,7 +5149,7 @@ static void
51495149
validate_tupdesc_compat(TupleDescexpected,TupleDescreturned,constchar*msg)
51505150
{
51515151
inti;
5152-
constchardropped_column_type[]=gettext_noop("n/a (dropped column)");
5152+
constchar*dropped_column_type=gettext_noop("n/a (dropped column)");
51535153

51545154
if (!expected|| !returned)
51555155
ereport(ERROR,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp