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

From jian he
Subject Re: Where I can find the achieve of the 'generate_series' ?
Date
Msg-id CACJufxH8kMZu4uqTzeCLq_kfrHv0Qem9T84HK+s7=DstVNipjA@mail.gmail.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 Tue, May 30, 2023 at 8:35 AM Wen Yi <896634148@qq.com> 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!

Yours,
Wen Yi


select proname,prosrc,prosupport from pg_proc where proname  ~* 'generate_series';

then grep the prosrc.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Where I can find the achieve of the 'generate_series' ?
Next
From: Laurenz Albe
Date:
Subject: Re: Where I can find the achieve of the 'generate_series' ?