Re: tableam vs. TOAST

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: tableam vs. TOAST
Date: 2019-07-08 03:08:10
Message-ID: CA+hUKGJb+Ht+ga-3PFfaUc+r47nxHvGEspLxJFevxG0S36Tp5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 12, 2019 at 4:17 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Tue, May 21, 2019 at 2:10 PM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> > Updated and rebased patches attached.
>
> And again.

Hi Robert,

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;
^

--
Thomas Munro
https://enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2019-07-08 03:15:35 Re: standby recovery fails (tablespace related) (tentative patch and discussion)
Previous Message Thomas Munro 2019-07-08 03:04:34 Re: warning to publication created and wal_level is not set to logical