Re: Some revises in adding sorting path - Mailing list pgsql-hackers

From David Rowley
Subject Re: Some revises in adding sorting path
Date
Msg-id CAApHDvpy7Cr4zdJRYQLdtQHiif12mw-veYdSk8zFQmWv+04trA@mail.gmail.com
Whole thread Raw
In response to Re: Some revises in adding sorting path  (Richard Guo <guofenglinux@gmail.com>)
Responses Re: Some revises in adding sorting path
List pgsql-hackers
On Wed, 31 Jan 2024 at 00:44, Richard Guo <guofenglinux@gmail.com> wrote:
> This patchset does not aim to introduce anything new; it simply
> refactors the existing code.  The newly added tests are used to show
> that the code that is touched here is not redundant, but rather
> essential for generating certain paths.  I remember the tests were added
> per your comment in [3].
>
> [3] https://www.postgresql.org/message-id/CAApHDvo%2BFagxVSGmvt-LUrhLZQ0KViiLvX8dPaG3ZzWLNd-Zpg%40mail.gmail.com

OK.  I've pushed the patched based on it being a simplification of the
partial path generation.

David



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Oversight in reparameterize_path_by_child leading to executor crash
Next
From: Andres Freund
Date:
Subject: Re: Fix some ubsan/asan related issues