Skip to content

Commit 739c614

Browse files
committed
Fix unportable syntax used in recent patch. Per results from
buildfarm member 'bear'.
1 parent 660ad48 commit 739c614

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/24 14:40:00 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -5149,7 +5149,7 @@ static void
51495149
validate_tupdesc_compat(TupleDesc expected, TupleDesc returned, const char *msg)
51505150
{
51515151
int i;
5152-
const char dropped_column_type[] = gettext_noop("n/a (dropped column)");
5152+
const char *dropped_column_type = gettext_noop("n/a (dropped column)");
51535153

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy