mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Refactor sharedfileset.c to separate out fileset implementation.
Move fileset related implementation out of sharedfileset.c to allow its usage by backends that don't want to share filesets among different processes. After this split, fileset infrastructure is used by both sharedfileset.c and worker.c for the named temporary files that survive across transactions. Author: Dilip Kumar, based on suggestion by Andres Freund Reviewed-by: Hou Zhijie, Masahiko Sawada, Amit Kapila Discussion: https://postgr.es/m/E1mCC6U-0004Ik-Fs@gemulon.postgresql.org
This commit is contained in:
@ -709,6 +709,7 @@ File
|
||||
FileFdwExecutionState
|
||||
FileFdwPlanState
|
||||
FileNameMap
|
||||
FileSet
|
||||
FileTag
|
||||
FinalPathExtraData
|
||||
FindColsContext
|
||||
|
Reference in New Issue
Block a user