forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2103266
committed
Process shared_preload_libraries in single-user mode.
Without processing shared_preload_libraries, it's impossible torecover if custom WAL resource managers are needed. It may also pose aproblem running VACUUM on a table with a custom AM, if the moduleimplementing the AM is expecting to be loaded byshared_preload_libraries.The reason this wasn't done before was just the general principle todo fewer things in single-user mode. But it's easy enough to just setshared_preload_libraries to empty, for the same effect.Discussion:https://postgr.es/m/9decc18a42634f8a2f15c97a385a0f51a752f396.camel%40j-davis.comReviewed-by: Tom Lane, Andres FreundBackpatch-through: 151 parent0829cc4 commit2103266
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4009 | 4009 |
| |
4010 | 4010 |
| |
4011 | 4011 |
| |
| 4012 | + | |
| 4013 | + | |
| 4014 | + | |
| 4015 | + | |
| 4016 | + | |
4012 | 4017 |
| |
4013 | 4018 |
| |
4014 | 4019 |
| |
| 4020 | + | |
| 4021 | + | |
| 4022 | + | |
| 4023 | + | |
| 4024 | + | |
| 4025 | + | |
| 4026 | + | |
| 4027 | + | |
| 4028 | + | |
| 4029 | + | |
| 4030 | + | |
| 4031 | + | |
| 4032 | + | |
| 4033 | + | |
| 4034 | + | |
| 4035 | + | |
| 4036 | + | |
| 4037 | + | |
4015 | 4038 |
| |
4016 | 4039 |
| |
4017 | 4040 |
| |
|
0 commit comments
Comments
(0)