diff -r eab579b8c80d -r 96e53bd94958 src/server/plugins/postgresql/vfs.h --- a/src/server/plugins/postgresql/vfs.h Thu Feb 03 18:03:27 2022 +0100 +++ b/src/server/plugins/postgresql/vfs.h Fri Feb 04 18:12:23 2022 +0100 @@ -87,6 +87,16 @@ const char *lastmodified, const char *creationdate, const char *contentlength); + +int pg_create_file( + VFSContext *ctx, + PgVFS *pg, + const char *path, + int64_t *new_resource_id, + int64_t *res_parent_id, + Oid *oid, + const char **resource_name, + struct stat *s); SYS_FILE pg_vfs_open(VFSContext *ctx, const char *path, int oflags); int pg_vfs_stat(VFSContext *ctx, const char *path, struct stat *buf);