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