src/server/plugins/postgresql/vfs.c

branch
webdav
changeset 295
73a1243fce15
parent 294
277a5896a2ec
child 296
78e92337fa4e
equal deleted inserted replaced
294:277a5896a2ec 295:73a1243fce15
677 } 677 }
678 678
679 return pg_remove_file(ctx, pg, resource_id, oid); 679 return pg_remove_file(ctx, pg, resource_id, oid);
680 } 680 }
681 681
682 int pg_vfs_rmdir(VFSContext *Ctx, const char *path) { 682 int pg_vfs_rmdir(VFSContext *ctx, const char *path) {
683 return 1; 683
684 } 684 }
685 685
686 686
687 /* -------------------------- VFS_IO functions -------------------------- */ 687 /* -------------------------- VFS_IO functions -------------------------- */
688 688

mercurial