Re: Asynchronous and "direct" IO support for PostgreSQL.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Asynchronous and "direct" IO support for PostgreSQL.
Date: 2021-07-31 01:17:59
Message-ID: 1136553.1627694279@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> In any case, we already do it which is why wrasse (Sun Studio
> compiler) warns about indkey in pg_index.h. Curiously, indkey is not
> always the final member of the containing struct, depending on
> CATALOG_VARLEN...

Hm? CATALOG_VARLEN is never to be defined, see genbki.h.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-07-31 02:34:04 Re: Use generation context to speed up tuplesorts
Previous Message Fujii Masao 2021-07-31 01:08:03 Re: param 'txn' not used in function maybe_send_schema()