Re: Where I can find the achieve of the 'generate_series' ? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Where I can find the achieve of the 'generate_series' ?
Date
Msg-id 7126099b-760d-e7f9-1e47-01c9d46cd112@aklaver.com
Whole thread Raw
In response to Where I can find the achieve of the 'generate_series' ?  ("Wen Yi" <896634148@qq.com>)
List pgsql-general
On 5/29/23 17:34, Wen Yi wrote:
> Hi team,
> I want to figure out the principle of the function 'generate_series', 
> but I don't know it contains in which source file.(I download the pgsql 
> 15.3 source code)
> Can someone provide some advice?
> Thanks in advance!
> 

At ~src/

grep -r --include=*.c generate_series

> Yours,
> Wen Yi

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: "Wen Yi"
Date:
Subject: Where I can find the achieve of the 'generate_series' ?
Next
From: jian he
Date:
Subject: Re: Where I can find the achieve of the 'generate_series' ?