projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb73b1
)
Fix unportable syntax used in recent patch. Per results from
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 24 Sep 2008 14:40:00 +0000
(14:40 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 24 Sep 2008 14:40:00 +0000
(14:40 +0000)
buildfarm member 'bear'.
src/pl/plpgsql/src/pl_exec.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpgsql/src/pl_exec.c
b/src/pl/plpgsql/src/pl_exec.c
index 85a4916c4e2aa0302a19bf78acef1a179fdaf51b..7a3a2334e142c92fa32e07ae4ec22421ae4d0ac9 100644
(file)
--- a/
src/pl/plpgsql/src/pl_exec.c
+++ b/
src/pl/plpgsql/src/pl_exec.c
@@
-5149,7
+5149,7
@@
static void
validate_tupdesc_compat(TupleDesc expected, TupleDesc returned, const char *msg)
{
int i;
- const char
dropped_column_type[]
= gettext_noop("n/a (dropped column)");
+ const char
*dropped_column_type
= gettext_noop("n/a (dropped column)");
if (!expected || !returned)
ereport(ERROR,