projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e73d43
)
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
author
Bruce Momjian
Sun, 13 Feb 2005 01:25:50 +0000
(
01:25
+0000)
committer
Bruce Momjian
Sun, 13 Feb 2005 01:25:50 +0000
(
01:25
+0000)
DEBUG.
src/pl/plpgsql/src/gram.y
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpgsql/src/gram.y
b/src/pl/plpgsql/src/gram.y
index c1d0f6c90ab3f0fc5205119967eece2ced0b3b44..1c8fa43b219d74816fa7ee2a9fdd2f9dcd443bb8 100644
(file)
--- a/
src/pl/plpgsql/src/gram.y
+++ b/
src/pl/plpgsql/src/gram.y
@@
-4,7
+4,7
@@
* procedural language
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.6
4 2004/10/25 06:27:21 neilc
Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.6
5 2005/02/13 01:25:50 momjian
Exp $
*
* This software is copyrighted by Jan Wieck - Hamburg.
*
@@
-1277,7
+1277,7
@@
raise_level : K_EXCEPTION
}
| K_DEBUG
{
- $$ = DEBUG
2
;
+ $$ = DEBUG
1
;
}
;