summaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2020-07-03 15:09:06 +0200
committerMagnus Hagander <magnus@hagander.net>2020-07-03 15:10:49 +0200
commit4a1d21562a4f5d3cc5ccb5187c9fb44c26c38bc0 (patch)
tree191a29636f77404fb0adbf464f95aa93aa495611 /src/tutorial/basics.source
parentbabe5c1aaeeb3a1451a09a4a4d029a0475e12a92 (diff)
Fix temporary tablespaces for shared filesets
A likely copy/paste error in 98e8b480532 from back in 2004 would cause temp tablespace to be reset to InvalidOid if temp_tablespaces was 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 tablespace instead of the configured one. The bug is in the old code, but it appears to have been exposed only once we had shared filesets. Reviewed-By: Daniel Gustafsson Discussion: https://postgr.es/m/CABUevExg5YEsOvqMxrjoNvb3ApVyH+9jggWGKwTDFyFCVWczGQ@mail.gmail.com Backpatch-through: 9.5
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions