Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +1 −1 |
| src/backend/executor/execPartition.c | modified | +15 −12 |
| src/backend/partitioning/partbounds.c | modified | +12 −11 |
| src/backend/partitioning/partprune.c | modified | +2 −1 |
| src/backend/utils/cache/partcache.c | modified | +4 −4 |
| src/include/partitioning/partbounds.h | modified | +7 −6 |