Simone Gotti
Simone Gotti
@scalp42 please ask on gitter or mailing list (not related to this issue). BTW you should just export the `CONSUL_HTTP_TOKEN` env var before starting all the stolon components. If this...
@maksm90 no one that I'm aware of.
@maksm90 > AFAICS it's necessary to implement an additional option to recover replica from third-party source similar to pitr mode of cluster initialization and enter this node into cluster. And...
@sebasmannem Thanks. I'll take a look at this in the next days. In the meantime there're some lint errors on go1.16. For go 1.15 you're using a package not available...
@dineshba Thanks for the PR! * Is it ready for review? * Do you think we need some integration tests for this? * We should probably document the new parameter...
@yuzhichang stolon disables writing to postgresql.auto.conf since an `alter system set` will affect only the instance where it's executed. Instead users should use the cluster spec pgParameters options so all...
@jacksontj The link works for me but no one is using the mailing list so there's nothing interesting to read... Perhaps for some reason Google changed the permissions.... I'm thinking...
> > In the current code, instead, all entries above 4096 will instead have value of 0 since they aren't populated (or are they populated in another code path?). >...
@Thanatomanic @heckflosse This file from raw.pixls.us has a 4096 entries LinearizationTable: https://raw.pixls.us/getfile.php/970/nice/Blackmagic%20-%20URSA%204K%20-%2012bit%20(16:9).dng (and is referenced by issue #4285) The unique file with a LinearizationTable greater than 4096 that I know...
@heckflosse > ``` >const unsigned maxLen = std::min(0x10000ull, 1ull ``` From a fast look at the code it seems to me that `tiff_bps` may be populated in `apply_tiff` that is...