Re: [PATCH] Simple code cleanup in tuplesort.c.

From: Cary Huang <cary(dot)huang(at)highgo(dot)ca>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Xing Guo <higuoxing(at)gmail(dot)com>
Subject: Re: [PATCH] Simple code cleanup in tuplesort.c.
Date: 2022-11-25 21:41:14
Message-ID: 166941247446.1120.7365625214256660028.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: not tested
Spec compliant: not tested
Documentation: not tested

Removing "state->status = TSS_SORTEDINMEM" should be fine as it is already set in sort_bounded_heap(state) few lines before.

Cary Huang
----------------
HighGo Software Canada
www.highgo.ca

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zheng Li 2022-11-25 22:23:09 Re: Support logical replication of DDLs
Previous Message Pavel Borisov 2022-11-25 21:31:06 Re: Use fadvise in wal replay