Re: split TOAST support out of postgres.h

From: Andres Freund <andres(at)anarazel(dot)de>
To: Isaac Morland <isaac(dot)morland(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: split TOAST support out of postgres.h
Date: 2022-12-29 17:15:55
Message-ID: 20221229171555.fpssmk24uuqtnztj@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2022-12-28 09:07:12 -0500, Isaac Morland wrote:
> This is a bit of a bikeshed suggestion, but I'm wondering if you considered
> calling it toast.h? Only because the word is so distinctive within
> Postgres; everybody knows exactly to what it refers.

We have a bunch of toast*.h files already. The new header should pretty much
only contain the types, given how widely the header is going to be
included. So maybe toast_type.h?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-12-29 17:21:01 Re: Avoiding unnecessary clog lookups while freezing
Previous Message Ankit Kumar Pandey 2022-12-29 15:28:58 Re: [PoC] Implementation of distinct in Window Aggregates