File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.479 2006/01/18 06:49:27 neilc Exp $
11
+ * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.480 2006/02/17 03:29:02 neilc Exp $
12
12
*
13
13
* NOTES
14
14
* this is the "main" module of the postgres backend and
@@ -98,8 +98,10 @@ int PostAuthDelay = 0;
98
98
/* max_stack_depth converted to bytes for speed of checking */
99
99
static int max_stack_depth_bytes = 2048 * 1024 ;
100
100
101
- /* stack base pointer (initialized by PostgresMain) */
102
- /* Do not make static so PL/Java can modifiy it */
101
+ /*
102
+ * Stack base pointer -- initialized by PostgresMain. This is not static
103
+ * so that PL/Java can modify it.
104
+ */
103
105
char * stack_base_ptr = NULL ;
104
106
105
107
You can’t perform that action at this time.
0 commit comments