File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Fri Sep 17 21:33:48 EDT 1999
3
+ Last updated: Sat Sep 18 16:37:37 EDT 1999
4
4
5
5
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
6
6
180
180
* Do autocommit so always in a transaction block
181
181
* Show location of syntax error in query
182
182
* Redesign the function call interface to handle NULLs better(Jan)
183
- * Document/trigger/rule so changes to pg_shadow create pg_pwd
183
+ * Document/trigger/rule so changes to pg_shadow recreate pg_pwd
184
184
* Missing optimizer selectivities for date, r-tree, etc.
185
185
* Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
186
186
* Overhaul bufmgr/lockmgr/transaction manager
Original file line number Diff line number Diff line change 3
3
* procedural language
4
4
*
5
5
* IDENTIFICATION
6
- * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.8 1999/07/15 15:21:46 momjian Exp $
6
+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.9 1999/09/20 02:12:31 momjian Exp $
7
7
*
8
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
9
*
67
67
* ----------
68
68
*/
69
69
extern PLPGSQL_YYSTYPE plpgsql_yylval ;
70
- extern int plpgsql_yylineno ;
71
70
extern char plpgsql_yytext [];
72
71
72
+ /* We have to define this as non-extern somewhere for bsdi bjm 1999/09/19 */
73
+ int plpgsql_yylineno ;
74
+
73
75
void plpgsql_yyerror (const char * s );
74
76
75
77
/* ----------
You can’t perform that action at this time.
0 commit comments