Re: [PATCH] Simple code cleanup in tuplesort.c. - Mailing list pgsql-hackers

From Cary Huang
Subject Re: [PATCH] Simple code cleanup in tuplesort.c.
Date
Msg-id 166941247446.1120.7365625214256660028.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: [PATCH] Simple code cleanup in tuplesort.c.  (Xing Guo <higuoxing@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: Use fadvise in wal replay
Next
From: Zheng Li
Date:
Subject: Re: Support logical replication of DDLs