Files
neon/proxy/src
Christian Schwarz 7dcdbaa25e remote_storage config: move handling of empty inline table {} to callers (#8193)
Before this PR, `RemoteStorageConfig::from_toml` would support
deserializing an
empty `{}` TOML inline table to a `None`, otherwise try `Some()`.

We can instead let
* in proxy: let clap derive handle the Option
* in PS & SK: assume that if the field is specified, it must be a valid
  RemtoeStorageConfig

(This PR started with a much simpler goal of factoring out the
`deserialize_item` function because I need that in another PR).
2024-07-02 12:53:08 +02:00
..
2023-11-27 21:45:15 +00:00
2024-06-14 13:23:52 +02:00
2024-05-02 11:16:04 +02:00
2024-05-22 17:05:43 +00:00
2023-11-06 17:44:44 +00:00
2024-05-22 17:05:43 +00:00
2022-07-04 23:46:37 +03:00