Skip to content

Commit 392f304

Browse files
committed
gram.y cleanup
1 parent ad604ac commit 392f304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plpgsql/src/pl_comp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* procedural language
44
*
55
* IDENTIFICATION
6-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.10 1999/09/20 22:28:05 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.11 1999/09/21 21:10:37 momjian Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -96,7 +96,7 @@ static char *xlateSqlType(char *name);
9696

9797
/* ----------
9898
* plpgsql_compile Given a pg_proc's oid, make
99-
* an execution tree for it.
99+
* an execution tree for it.
100100
* ----------
101101
*/
102102
PLpgSQL_function *

0 commit comments

Comments
 (0)