forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c31ac0
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 parent2d04277 commit6c31ac0
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3933 | 3933 |
| |
3934 | 3934 |
| |
3935 | 3935 |
| |
| 3936 | + | |
| 3937 | + | |
| 3938 | + | |
| 3939 | + | |
| 3940 | + | |
3936 | 3941 |
| |
3937 | 3942 |
| |
3938 | 3943 |
| |
| 3944 | + | |
| 3945 | + | |
| 3946 | + | |
| 3947 | + | |
| 3948 | + | |
| 3949 | + | |
| 3950 | + | |
| 3951 | + | |
| 3952 | + | |
| 3953 | + | |
| 3954 | + | |
| 3955 | + | |
| 3956 | + | |
| 3957 | + | |
| 3958 | + | |
| 3959 | + | |
| 3960 | + | |
| 3961 | + | |
3939 | 3962 |
| |
3940 | 3963 |
| |
3941 | 3964 |
| |
|
0 commit comments
Comments
(0)