partition -> partitioned

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: partition -> partitioned
Date: 2018-05-17 01:52:30
Message-ID: fd256561-31a2-4b7e-cd84-d8241e7ebc3f@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Commit 499be013de6 used 'partition' where it really meant 'partitioned' in
a few places including in a variable name. For example, what almost all
places call 'partitioned_rels', make_partition_pruneinfo called
'partition_rels'.

Attached a patch to make that uniform to avoid confusion.

Thanks,
Amit

Attachment Content-Type Size
use-partitioned-not-partition.patch text/plain 2.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-05-17 02:11:22 Re: Removing unneeded self joins
Previous Message David Rowley 2018-05-17 01:47:41 Re: Incorrect comment in get_partition_dispatch_recurse