diff -r e9dc53661df4 -r cfb588e27198 src/server/plugins/postgresql/vfs.h --- a/src/server/plugins/postgresql/vfs.h Tue Feb 01 17:47:50 2022 +0100 +++ b/src/server/plugins/postgresql/vfs.h Tue Feb 01 20:07:42 2022 +0100 @@ -76,6 +76,13 @@ const char **resource_name, WSBool *iscollection, struct stat *s); + +void pg_set_stat( + struct stat *s, + const char *iscollection, + const char *lastmodified, + const char *creationdate, + const char *contentlength); SYS_FILE pg_vfs_open(VFSContext *ctx, const char *path, int oflags); int pg_vfs_stat(VFSContext *ctx, const char *path, struct stat *buf);