On Mon, Nov 20, 2023 at 2:10 PM Jakub Zelenka <bu...@php.net> wrote:
> On Mon, Nov 20, 2023 at 1:55 PM Jakub Zelenka <bu...@php.net> wrote: > >> Hi >> >> On Mon, Nov 20, 2023 at 1:16 PM G. P. B. <george.bany...@gmail.com> >> wrote: >> >>> >>> - An ext/posix bug [1], which has a fix [2] >>> >> >> I just merged this as it was also confirmed by OP that it fixes the issue >> so this should be now sorted hopefully. >> >> >>> - Two ext/pgsql bugs around the new pipeline support: >>> - A constant not being exposed [3] >>> - The overall implementation having issues [4] >>> >>> >> So I just had a look and I think we should revert the whole pipeline >> addition. Those fixes are introducing new functions [1] / constants and >> that should just not be happening in RC stage. The whole thing seems >> incomplete to me so I think I'm going revert it from 8.3. >> >> > Revert PR created: https://github.com/php/php-src/pull/12735 > We discusses this internally and the revert got approved and merged so all known issues are sorted and there is no need for the release push back. Cheers Jakub