Saurav Pal

Results 28 comments of Saurav Pal

- `syncfs()` is not implemented by any of the present file systems in the code.

It's a simple fix, but I would like to work on this issue, along with adding a proper CLI usage help text.

### Config Considering each server may have their own version of an extension independent of others, I think the following syntax in YAML would do for this task: ```yml version:...

@jesperpedersen Any thoughts on this solution?

> I think we should get the information from `SELECT * FROM pg_extension;` during startup That would simplify extracting versions a lot. However, the problems about the **Undetermined** case (as...

Hmmm, that would work well for just extension-only queries, however, I was thinking a bit into cases where extensions might be used alongside postgres inbuilt stuff.

Yeah, I can agree on that. Examples can be provided for common scenarios, and people need to know what they are doing if they want to really customize it according...

This _can_ work as an improvement to the logging function, but I intended this to be more focused on the info about the read/write permissions on the pointer (includes use-after-free)....

Hi @acassis, the execution weirdly stops in-between execution it seems. I am not too knowledgeable about the memory limits in the simulator. For me the stack trace for mkfatfs on...