diff options
author | Pavan Deolasee | 2017-05-18 11:13:38 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-05-18 11:13:38 +0000 |
commit | b494491ab1021b0e13d43b04aca2c42b99f68360 (patch) | |
tree | 302dc8e15d496c16eccc97dc1cd4e83337871a98 /src/include | |
parent | 9b12e275cd0b42c2cc4f65b8f6dd771d394bbba7 (diff) |
Do not reset global_session on RESET ALL
This avoids resetting global session information when DISCARD/RESET ALL is
executed. This can have bad effects, especially as seen from the 'guc' test
case where we fail to handle temp tables correctly. So we mark global_session
GUC with GUC_NO_RESET_ALL flag and instead issue an explicit RESET
global_session when connection is cleaned up.
Diffstat (limited to 'src/include')
0 files changed, 0 insertions, 0 deletions