MCPcopy Create free account
hub / github.com/apache/cloudberry / FileSetIsWorkfile

Function FileSetIsWorkfile

src/backend/storage/file/fd.c:3860–3864  ·  view source on GitHub ↗

* Mark the file as a "work file" that should be tracked by the workfile manager. */

Source from the content-addressed store, hash-verified

3858 * Mark the file as a "work file" that should be tracked by the workfile manager.
3859 */
3860void
3861FileSetIsWorkfile(File file)
3862{
3863 VfdCache[file].fdstate |= FD_WORKFILE;
3864}
3865
3866/*
3867 * Create a PostgreSQL data sub-directory

Callers 3

extendBufFileFunction · 0.85
BufFileCreateTempInSetFunction · 0.85
BufFileCreateSharedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected