forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4aa02d0
committed
Fix temporary tablespaces for shared filesets
A likely copy/paste error in98e8b48 from back in 2004 wouldcause temp tablespace to be reset to InvalidOid if temp_tablespaceswas set to the same value as the primary tablespace in the database.This would cause shared filesets (such as for parallel hash joins)to ignore them, putting the temporary files in the default tablespaceinstead of the configured one. The bug is in the old code, but itappears to have been exposed only once we had shared filesets.Reviewed-By: Daniel GustafssonDiscussion:https://postgr.es/m/CABUevExg5YEsOvqMxrjoNvb3ApVyH+9jggWGKwTDFyFCVWczGQ@mail.gmail.comBackpatch-through: 9.51 parent81b244e commit4aa02d0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1354 | 1354 |
| |
1355 | 1355 |
| |
1356 | 1356 |
| |
1357 |
| - | |
| 1357 | + | |
1358 | 1358 |
| |
1359 | 1359 |
| |
1360 | 1360 |
| |
|
0 commit comments
Comments
(0)