summaryrefslogtreecommitdiff
path: root/src/bin/psql
diff options
context:
space:
mode:
authorMichael Paquier2025-11-16 23:01:04 +0000
committerMichael Paquier2025-11-16 23:01:04 +0000
commite7cde9dad285acb579b189e82a57fa7b98f23a11 (patch)
tree3b294b2830379071a79940ce006d225a3e2a024a /src/bin/psql
parent1b92fe7bb9d8b8977bf7e48912b12f97f128ec1d (diff)
Add test for temporary file removal and WITH HOLD cursorHEADmaster
This new test, added in 009_log_temp_files, checks that the temporary files created by a WITH HOLD cursor are dropped at the end of the transaction where the transaction has been created. The portal's executor is shutdown in PersistHoldablePortal(), after for example some forced detoast, so as the cursor data can be accessed without requiring a snapshot. Author: Mircea Cadariu <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/bin/psql')
0 files changed, 0 insertions, 0 deletions