pgsql: Consistently use the term 'partitioned rel' in partprune comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Consistently use the term 'partitioned rel' in partprune comment
Date: 2018-06-20 15:44:32
Message-ID: E1fVfHc-0003X4-Ii@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Consistently use the term 'partitioned rel' in partprune comments

We were using 'partition rel' in a few places, which is quite confusing.

Author: Amit Langote
Reviewed-by: David Rowley
Reviewed-by: Michaël Paquier
Discussion: https://postgr.es/m/fd256561-31a2-4b7e-cd84-d8241e7ebc3f@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f97af60d19a46b37fe998be38df4e6dd0760e45

Modified Files
--------------
src/backend/partitioning/partprune.c | 12 ++++++------
src/include/partitioning/partprune.h | 3 ++-
2 files changed, 8 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2018-06-20 16:20:04 pgsql: Add missing include
Previous Message Magnus Hagander 2018-06-20 14:09:13 pgsql: Fix typo