Re: Flexible pglz_stategy values and delete const.

2020-02-17 Thread Moon, Insung
Hello. On Tue, Feb 18, 2020 at 1:20 PM Michael Paquier wrote: > > On Mon, Feb 17, 2020 at 11:04:47AM +0900, Moon, Insung wrote: > > The compression-related strategy is applied only when compressed. > > Decompression does not use strategy, so the old compressed data is not > > affected by the new

Re: Flexible pglz_stategy values and delete const.

2020-02-17 Thread Michael Paquier
On Mon, Feb 17, 2020 at 11:04:47AM +0900, Moon, Insung wrote: > The compression-related strategy is applied only when compressed. > Decompression does not use strategy, so the old compressed data is not > affected by the new patch. This may be a difficult question, but do you have examples of work