partition -> partitioned - Mailing list pgsql-hackers

From Amit Langote
Subject partition -> partitioned
Date
Msg-id fd256561-31a2-4b7e-cd84-d8241e7ebc3f@lab.ntt.co.jp
Whole thread Raw
Responses Re: partition -> partitioned  (David Rowley <david.rowley@2ndquadrant.com>)
List 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

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Incorrect comment in get_partition_dispatch_recurse
Next
From: Tom Lane
Date:
Subject: Re: Removing unneeded self joins