pgsql: Remove redundant setting of tuplesort status

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant setting of tuplesort status
Date: 2023-01-09 09:55:22
Message-ID: E1pEosD-002n6Z-U8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant setting of tuplesort status

Also add an explanatory comment to match other similar coding within
tuplesort_performsort().

Xing Guo

Reviewed by Richard Guo and Cary Huang
Discussion: https://www.postgresql.org/message-id/CACpMh%2BAQ4GXRKKi9ib2ioUH%2BqwNaSAVbetssJ0tMPfxAWuL2yg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2673ebf49acfd83b09c777ced8f21eacd27b51ce

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-09 17:44:17 pgsql: Invent random_normal() to provide normally-distributed random nu
Previous Message Amit Kapila 2023-01-09 08:36:39 pgsql: Fix the file mode of worker.c changed by the commit 216a784829.