Re: btree: downlink right separator/HIKEY optimization - Mailing list pgsql-hackers

From Matthias van de Meent
Subject Re: btree: downlink right separator/HIKEY optimization
Date
Msg-id CAEze2Wi8msRiSxNYoqejQKk_SBacsa3Z3GEtBAwS-A4+qJ7d9g@mail.gmail.com
Whole thread Raw
In response to Re: btree: downlink right separator/HIKEY optimization  (vignesh C <vignesh21@gmail.com>)
Responses Re: btree: downlink right separator/HIKEY optimization
List pgsql-hackers
On Sat, 6 Jan 2024 at 16:40, vignesh C <vignesh21@gmail.com> wrote:
>
> CFBot shows the following compilation error at [1]:
> [16:56:22.153] FAILED:
> src/backend/postgres_lib.a.p/access_nbtree_nbtsearch.c.obj
> [...]
> ../src/backend/access/nbtree/nbtsearch.c
> [16:56:22.153] ../src/backend/access/nbtree/nbtsearch.c(112): error
> C2143: syntax error: missing ';' before 'type'
> [16:56:22.280] ../src/backend/access/nbtree/nbtsearch.c(112): warning
> C4091: ' ': ignored on left of 'int' when no variable is declared

I forgot to address this in the previous patch, so here's v3 which
fixes the issue warning.


Kind regards,

Matthias van de Meent
Neon (https://neon.tech)

Attachment

pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Reducing output size of nodeToString
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: speed up a logical replica setup