forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b51265
committed
Adjust obsolete comment explaining set_stack_base().
Commit7389aad removed the notion of backends started from inside asignal handler. A stray comment still referred to them, whileexplaining the need for a call to set_stack_base(). That leads to thequestion of whether we still need the call in !EXEC_BACKEND builds.There doesn't seem to be much point in suppressing it now, as it doesn'thurt and probably helps to measure the stack base from the exact sameplace in EXEC_BACKEND and !EXEC_BACKEND builds.Back-patch to 16.Reported-by: Heikki Linnakangas <hlinnaka@iki.fi>Reported-by: Tristan Partin <tristan@neon.tech>Reported-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/CA%2BhUKG%2BEJHcevNGNOxVWxTNFbuB%3Dvjf4U68%2B85rAC_Sxvy2zEQ%40mail.gmail.com1 parentf93133a commit3b51265
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
| 110 | + | |
| 111 | + | |
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
|
0 commit comments
Comments
(0)