Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88e0715

Browse files
committed
set_stack_base() no longer needs to be called in PostgresMain.
This was a thinko in previous commit. Now that stack base pointer is now setin PostmasterMain and SubPostmasterMain, it doesn't need to be set inPostgresMain anymore.
1 parentef29bb1 commit88e0715

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎src/backend/tcop/postgres.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3533,9 +3533,6 @@ PostgresMain(int argc, char *argv[], const char *username)
35333533

35343534
SetProcessingMode(InitProcessing);
35353535

3536-
/* Set up reference point for stack depth checking */
3537-
set_stack_base();
3538-
35393536
/* Compute paths, if we didn't inherit them from postmaster */
35403537
if (my_exec_path[0]=='\0')
35413538
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp