Re: Asynchronous and "direct" IO support for PostgreSQL. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Asynchronous and "direct" IO support for PostgreSQL.
Date
Msg-id 1136553.1627694279@sss.pgh.pa.us
Whole thread Raw
In response to Re: Asynchronous and "direct" IO support for PostgreSQL.  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Thomas Munro <thomas.munro@gmail.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



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: param 'txn' not used in function maybe_send_schema()
Next
From: Tomas Vondra
Date:
Subject: Re: Use generation context to speed up tuplesorts