pgsql: Remove redundant setting of tuplesort status - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Remove redundant setting of tuplesort status
Date
Msg-id E1pEosD-002n6Z-U8@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix the file mode of worker.c changed by the commit 216a784829.
Next
From: Tom Lane
Date:
Subject: pgsql: Invent random_normal() to provide normally-distributed random nu