Re: split TOAST support out of postgres.h - Mailing list pgsql-hackers

From Andres Freund
Subject Re: split TOAST support out of postgres.h
Date
Msg-id 20221229171555.fpssmk24uuqtnztj@awork3.anarazel.de
Whole thread Raw
In response to Re: split TOAST support out of postgres.h  (Isaac Morland <isaac.morland@gmail.com>)
Responses Re: split TOAST support out of postgres.h  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Ankit Kumar Pandey
Date:
Subject: Re: [PoC] Implementation of distinct in Window Aggregates
Next
From: Andres Freund
Date:
Subject: Re: Avoiding unnecessary clog lookups while freezing