Re: tableam vs. TOAST

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: tableam vs. TOAST
Дата
Msg-id CA+TgmoahReAHd1Kja6hM8Jk7=bApRrMSNBVibAsqMhBnf_9S5Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: tableam vs. TOAST  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
On Sun, Jul 7, 2019 at 11:08 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> Thus spake GCC:
>
> detoast.c: In function ‘toast_fetch_datum’:
> detoast.c:308:12: error: variable ‘toasttupDesc’ set but not used
> [-Werror=unused-but-set-variable]
> TupleDesc toasttupDesc;
> ^

Hmm, fixed, I hope.

Here's an updated patch set.  In addition to the above fix, I fixed
things up for the new pgindent rules and added a fourth patch that
renames the detoasting functions to something that doesn't include
'heap.'

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Вложения

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

Предыдущее
От: Ashwin Agrawal
Дата:
Сообщение: Re: Comment typo in tableam.h
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Broken defenses against dropping a partitioning column