Commit a47606d
Register built-in dynamic managers in EXEC_BACKEND child
Under EXEC_BACKEND the exec'd child starts with an empty (palloc'd) smgr
table; register_builtin_dynamic_managers() is only called from the
postmaster (inherited via fork) and InitStandaloneProcess. Re-run it in
SubPostmasterMain, before process_shared_preload_libraries(), mirroring
the postmaster so extensions can still register their own smgrs.1 parent d52ff64 commit a47606d
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
672 | 681 | | |
673 | 682 | | |
674 | 683 | | |
| |||
0 commit comments