| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix some ill-chosen names for globally-visible partition support |
| Date: | 2018-06-13 17:18:17 |
| Message-ID: | E1fT9PV-0006e7-Mg@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix some ill-chosen names for globally-visible partition support functions.
"compute_hash_value" is particularly gratuitously generic, but IMO
all of these ought to have names clearly related to partitioning.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/19832753f1bb052c5fe10328939b670507df7a93
Modified Files
--------------
src/backend/commands/tablecmds.c | 2 +-
src/backend/executor/execPartition.c | 27 +++++++++++++++------------
src/backend/partitioning/partbounds.c | 23 ++++++++++++-----------
src/backend/partitioning/partprune.c | 3 ++-
src/backend/utils/cache/partcache.c | 8 ++++----
src/include/partitioning/partbounds.h | 13 +++++++------
6 files changed, 41 insertions(+), 35 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-06-13 20:10:35 | pgsql: Code review for match_clause_to_partition_key(). |
| Previous Message | Tom Lane | 2018-06-13 16:03:58 | pgsql: Fix up run-time partition pruning's use of relcache's partition |