Re: TAP output format in pg_regress

Поиск
Список
Период
Сортировка
От vignesh C
Тема Re: TAP output format in pg_regress
Дата
Msg-id CALDaNm0k6iOhzwxCi16B9gHCVpHUsh_AM85ugX4KJdMTTxq8xg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: TAP output format in pg_regress  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: TAP output format in pg_regress  (vignesh C <vignesh21@gmail.com>)
Список pgsql-hackers
On Tue, 29 Nov 2022 at 00:57, Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > On 28 Nov 2022, at 20:02, Nikolay Shaplov <dhyan@nataraj.su> wrote:
>
> > From my reviewer's point of view patch is ready for commit.
> >
> > Thank you for your patience :-)
>
> Thanks for review.
>
> The attached tweaks a few comments and attempts to address the compiler warning
> error in the CFBot CI.  Not sure I entirely agree with the compiler there but
> here is an attempt to work around it at least (by always copying the va_list
> for the logfile). It also adds a missing va_end for the logfile va_list.
>
> I hope this is close to a final version of this patch (commitmessage needs a
> bit of work though).
>
> > PS Should I change commitfest status?
>
> Sure, go ahead.
>

The patch does not apply on top of HEAD as in [1], please post a rebased patch:
=== Applying patches on top of PostgreSQL commit ID
92957ed98c5c565362ce665266132a7f08f6b0c0 ===
=== applying patch
./v14-0001-Change-pg_regress-output-format-to-be-TAP-compli.patch
patching file meson.build
Hunk #1 FAILED at 2968.
1 out of 1 hunk FAILED -- saving rejects to file meson.build.rej

[1] - http://cfbot.cputube.org/patch_41_3837.log

Regards,
Vignesh



В списке pgsql-hackers по дате отправления:

Предыдущее
От: jian he
Дата:
Сообщение: 128-bit integers can range only up to (2 ^ 63 -1)
Следующее
От: vignesh C
Дата:
Сообщение: Re: Add BufFileRead variants with short read and EOF detection