Re: Incremental sort for access method with ordered scan support (amcanorderbyop)

Miroslav Bendik <miroslav.bendik@gmail.com>

From: Miroslav Bendik <miroslav.bendik@gmail.com>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Richard Guo <guofenglinux@gmail.com>, pgsql-hackers@postgresql.org
Date: 2023-04-19T05:25:00Z
Lists: pgsql-hackers

Attachments

Sorry for spamming, but I found a more elegant way to check if
query_paths is NIL without modified list_copy_head.

Here is a third iteration of this patch.

-- 
Miroslav

Commits

  1. Allow Incremental Sorts on GiST and SP-GiST indexes

  2. Fix list_copy_head() with empty Lists