Re: [PATCH] Allow multiple recursive self-references

From: Denis Hirn <denis(dot)hirn(at)uni-tuebingen(dot)de>
To: David Fetter <david(at)fetter(dot)org>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pantelis Theodosiou <ypercube(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Allow multiple recursive self-references
Date: 2021-07-20 11:15:30
Message-ID: 807C5C7E-89D2-44BD-B069-983E49032538@uni-tuebingen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> In the next version of the patch, would you be so kind as to include
> updated documentation of the feature and at least one regression test
> of same?

As requested, this new version of the patch contains regression tests and documentation.

Best wishes,
-- Denis

Attachment Content-Type Size
0004-Allow-multiple-recursive-self-references.patch application/octet-stream 10.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2021-07-20 11:28:35 Re: [PATCH] Use optimized single-datum tuplesort in ExecSort
Previous Message David Rowley 2021-07-20 11:06:40 Re: Add proper planner support for ORDER BY / DISTINCT aggregates