Re: Leftover reference to replacement selection 1 run case

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Leftover reference to replacement selection 1 run case
Date: 2017-12-12 23:44:29
Message-ID: CAH2-WzkmR5PCexYoXRq_s9xfxj5x4+E5vQdqnuh3E1DsObMvww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.)

--
Peter Geoghegan
(Sent from my phone)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-12-13 00:04:01 Re: money type's overflow handling is woefully incomplete
Previous Message David Steele 2017-12-12 23:35:20 Re: PATCH: Exclude unlogged tables from base backups