aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-09-02 08:13:46 +0530
committerAmit Kapila <akapila@postgresql.org>2021-09-02 08:13:46 +0530
commit31c389d8de915b705ee06c7a6e9246e20f36b9dc (patch)
treed90d353d2b81389163684cacadc780bf90dbeeec /src/backend/utils/adt/enum.c
parent163074ea84efec6ffa4813db43cc956ac5d12565 (diff)
downloadpostgresql-31c389d8de915b705ee06c7a6e9246e20f36b9dc.tar.gz
postgresql-31c389d8de915b705ee06c7a6e9246e20f36b9dc.zip
Optimize fileset usage in apply worker.
Use one fileset for the entire worker lifetime instead of using separate filesets for each streaming transaction. Now, the changes/subxacts files for every streaming transaction will be created under the same fileset and the files will be deleted after the transaction is completed. This patch extends the BufFileOpenFileSet and BufFileDeleteFileSet APIs to allow users to specify whether to give an error on missing files. Author: Dilip Kumar, based on suggestion by Thomas Munro Reviewed-by: Hou Zhijie, Masahiko Sawada, Amit Kapila Discussion: https://postgr.es/m/E1mCC6U-0004Ik-Fs@gemulon.postgresql.org
Diffstat (limited to 'src/backend/utils/adt/enum.c')
0 files changed, 0 insertions, 0 deletions