Re: Patch: Range Merge Join - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Patch: Range Merge Join
Date
Msg-id ABDD974C-E280-4C08-B696-EE58AB418624@yesql.se
Whole thread Raw
In response to Patch: Range Merge Join  (Thomas <thomasmannhart97@gmail.com>)
List 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/




pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Propose a new hook for mutating the query bounds
Next
From: Daniel Gustafsson
Date:
Subject: Re: VS2022: Support Visual Studio 2022 on Windows