mirror of
https://github.com/postgres/postgres.git
synced 2026-04-05 01:07:27 -04:00
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
DEBUG.
This commit is contained in:
parent
5e73d4361c
commit
67ff8009cf
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* procedural language
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64 2004/10/25 06:27:21 neilc Exp $
|
||||
* $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.65 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
|
||||
{
|
||||
$$ = DEBUG2;
|
||||
$$ = DEBUG1;
|
||||
}
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue