Sergei Patiakin
Sergei Patiakin
I see the same issue on macOS 10.14.6: ``` /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http/response.rb:120:in `error!': 403 "Forbidden" (Net::HTTPServerException) from /Library/Ruby/Gems/2.3.0/gems/papertrail-0.11.0/lib/papertrail/http_client.rb:143:in `on_complete' from /Library/Ruby/Gems/2.3.0/gems/papertrail-0.11.0/lib/papertrail/http_client.rb:84:in `request' from /Library/Ruby/Gems/2.3.0/gems/papertrail-0.11.0/lib/papertrail/http_client.rb:62:in `get' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/forwardable.rb:202:in `get' from /Library/Ruby/Gems/2.3.0/gems/papertrail-0.11.0/lib/papertrail/search_query.rb:34:in `next_results_page' from...
It seems this error occurs when you run a command without a `system` filter and your account lacks permissions for some systems. I fixed the issue by providing a `-s`...
@sylvestre I have now added coverage by expanding an existing test, let me know what you think. I assumed that `/dev` has its own mount point with a different filesystem...
This may also fix issue #6073 which relates to nested mounts having different filesystem types
@sylvestre done
@wangyjx The --pg16 argument should be the path to the `pg_config` binary rather than the path to `postgresql.conf`. E.g. `cargo pgrx init --pg16=/usr/lib/postgresql/16/bin/pg_config`
Yes, I want to commit all changes at once so that it's atomic
It can still be a single snapshot. What would change is that appended data files would have non-null data sequence numbers (with different values) in the manifest. Today appended data...
> Generally the correct approach would be to create a transaction for every consistent state of data and delete files that you want to add. Unfortunately this is not feasible...