Re: pg_stop_backup() v2 incorrectly marked as proretset

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pg_stop_backup() v2 incorrectly marked as proretset
Дата
Msg-id Yh9BIWEcWVZJUQm1@paquier.xyz
обсуждение исходный текст
Ответ на Re: pg_stop_backup() v2 incorrectly marked as proretset  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Ответы Re: pg_stop_backup() v2 incorrectly marked as proretset
Список pgsql-hackers
On Wed, Mar 02, 2022 at 05:22:35PM +0900, Kyotaro Horiguchi wrote:
> But the patch forgets to remove an useless variable.

Indeed.  I forgot to look at stderr.

>>    /* Initialise attributes information in the tuple descriptor */
>>    tupdesc = CreateTemplateTupleDesc(PG_STOP_BACKUP_V2_COLS);
>>    TupleDescInitEntry(tupdesc, (AttrNumber) 1, "lsn",
>>                       PG_LSNOID, -1, 0);
>
> I think we can use get_call_resuilt_type here.

Yes, I don't mind doing so here.
--
Michael

Вложения

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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: create_index test fails when synchronous_commit = off @ master
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: [PATCH] Add reloption for views to enable RLS