diff options
Diffstat (limited to 'src/backend/postmaster')
-rw-r--r-- | src/backend/postmaster/postmaster.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 6f37822c887..6f849ffbcb5 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -986,11 +986,6 @@ PostmasterMain(int argc, char *argv[]) set_max_safe_fds(); /* - * Set reference point for stack-depth checking. - */ - (void) set_stack_base(); - - /* * Initialize pipe (or process handle on Windows) that allows children to * wake up from sleep on postmaster death. */ |