projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3883d
)
set_stack_base() no longer needs to be called in PostgresMain.
author
Heikki Linnakangas
Sun, 8 Apr 2012 16:39:12 +0000
(19:39 +0300)
committer
Heikki Linnakangas
Sun, 8 Apr 2012 16:39:12 +0000
(19:39 +0300)
This was a thinko in previous commit. Now that stack base pointer is now set
in PostmasterMain and SubPostmasterMain, it doesn't need to be set in
PostgresMain anymore.
src/backend/tcop/postgres.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/postgres.c
b/src/backend/tcop/postgres.c
index 999f63bffb747ed35254ec9c307ed734bf5c4b49..d5369f412e2cdf9ed8fcf16a37618bf5794cfdb8 100644
(file)
--- a/
src/backend/tcop/postgres.c
+++ b/
src/backend/tcop/postgres.c
@@
-3508,9
+3508,6
@@
PostgresMain(int argc, char *argv[], const char *username)
SetProcessingMode(InitProcessing);
- /* Set up reference point for stack depth checking */
- set_stack_base();
-
/* Compute paths, if we didn't inherit them from postmaster */
if (my_exec_path[0] == '\0')
{