We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad604ac commit 392f304Copy full SHA for 392f304
src/pl/plpgsql/src/pl_comp.c
@@ -3,7 +3,7 @@
3
* procedural language
4
*
5
* IDENTIFICATION
6
- * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.10 1999/09/20 22:28:05 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.11 1999/09/21 21:10:37 momjian Exp $
7
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
@@ -96,7 +96,7 @@ static char *xlateSqlType(char *name);
96
97
/* ----------
98
* plpgsql_compile Given a pg_proc's oid, make
99
- * an execution tree for it.
+ * an execution tree for it.
100
* ----------
101
*/
102
PLpgSQL_function *
0 commit comments