Re: Multi-Column List Partitioning

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Nitin Jadhav <nitinjadhavpostgres(at)gmail(dot)com>
Cc: Amul Sul <sulamul(at)gmail(dot)com>, Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>, Zhihong Yu <zyu(at)yugabyte(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Multi-Column List Partitioning
Date: 2021-12-09 05:56:04
Message-ID: CA+HiwqF6Lu2BWTzN+bXV6nrzbCPfJea+RpuOJt6f_UQSMBRaKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 9, 2021 at 2:54 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
>
> Hi Nitin,
>
> Was looking at warnings generated by v8:
>
> partbounds.c:971:17: warning: unused variable 'b1_isnull' [-Wunused-variable]
> bool b1_isnull = false;
> ^
> partbounds.c:972:17: warning: unused variable 'b2_isnull' [-Wunused-variable]
> bool b2_isnull = false;
>
> And it seems they've resulted from the above change:

I meant: "below change:".

--
Amit Langote
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2021-12-09 05:58:41 Re: add recovery, backup, archive, streaming etc. activity messages to server logs along with ps display
Previous Message Amit Langote 2021-12-09 05:54:05 Re: Multi-Column List Partitioning