Re: Patch: Range Merge Join

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Thomas <thomasmannhart97(at)gmail(dot)com>
Cc: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, pgsql <pgsql(at)j-davis(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, dignoes(at)inf(dot)unibz(dot)it, boehlen(at)ifi(dot)uzh(dot)ch, p(dot)moser(at)noi(dot)bz(dot)it, gamper(at)inf(dot)unibz(dot)it, Thomas Mannhart <thomas_m(at)hotmail(dot)ch>
Subject: Re: Patch: Range Merge Join
Date: 2021-11-17 14:03:32
Message-ID: ABDD974C-E280-4C08-B696-EE58AB418624@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch fails to compile due to an incorrect function name in an assertion:

nodeMergejoin.c:297:9: warning: implicit declaration of function 'list_legth' is invalid in C99 [-Wimplicit-function-declaration]
Assert(list_legth(node->rangeclause) < 3);
^

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-11-17 14:11:24 Re: VS2022: Support Visual Studio 2022 on Windows
Previous Message Tomas Vondra 2021-11-17 13:49:21 Re: Propose a new hook for mutating the query bounds