pg /c database 通过。似乎是pg使用 open/write 写入了某个文件,通过 fopen/fscanf 绕过了hook路径导致的。出现了新的段错误。
This commit is contained in:
@@ -64,5 +64,7 @@ int blob_resize(struct zvfs_req *req);
|
||||
int blob_sync_md(struct zvfs_req *req);
|
||||
int blob_close(struct zvfs_req *req);
|
||||
int blob_delete(struct zvfs_req *req);
|
||||
int blobstore_reset(struct zvfs_req *req);
|
||||
bool io_engine_reset_in_progress(void);
|
||||
|
||||
#endif // __ZVFS_IO_ENGINE_H__
|
||||
|
||||
Reference in New Issue
Block a user