Re: Leftover reference to replacement selection 1 run case - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Leftover reference to replacement selection 1 run case
Date
Msg-id CA+TgmoYPSGVQYgjEHL1dkQtFw5hzGqZd8_yMMtPYQX1jSh9Epw@mail.gmail.com
Whole thread Raw
In response to Re: Leftover reference to replacement selection 1 run case  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-hackers
On Tue, Dec 12, 2017 at 6:44 PM, Peter Geoghegan <pg@bowt.ie> wrote:
> Yes, you have that right. Per dumptuples(), even the zero tuple run edge
> case will still write a run marker, and will therefore still consume a tape.
> We must have at least two initial runs to merge. (though dummy runs for non
> final merges are a slightly different matter.)

OK, committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Ali Akbar
Date:
Subject: Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" inchild table must be marked NOT NULL
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Custom compression methods