forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitecd9e9f
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 parent8f9b6d4 commitecd9e9f
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1386 | 1386 |
| |
1387 | 1387 |
| |
1388 | 1388 |
| |
1389 |
| - | |
| 1389 | + | |
1390 | 1390 |
| |
1391 | 1391 |
| |
1392 | 1392 |
| |
|
0 commit comments
Comments
(0)