Re: [patch]HashJoin crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zhang Mingli <zmlpostgres(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [patch]HashJoin crash
Date: 2022-08-13 21:01:47
Message-ID: 450836.1660424507@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zhang Mingli <zmlpostgres(at)gmail(dot)com> writes:
> In ExecChooseHashTableSize(), commit b154ee63bb uses func pg_nextpower2_size_t
> whose param must not be 0.

Right. Fix pushed, thanks.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-08-13 22:03:19 Re: Cleaning up historical portability baggage
Previous Message Noah Misch 2022-08-13 20:50:06 Re: [HACKERS] [COMMITTERS] pgsql: Improve performance of SendRowDescriptionMessage.