]> granicus.if.org Git - postgresql/commit
Fix some ill-chosen names for globally-visible partition support functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jun 2018 17:18:02 +0000 (13:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jun 2018 17:18:02 +0000 (13:18 -0400)
commit19832753f1bb052c5fe10328939b670507df7a93
tree8b2b5e15bcd736bc81147ef0011e4d2425be8a75
parente23bae82cf3d76365d48b1204ca4c631bac7550d
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.
src/backend/commands/tablecmds.c
src/backend/executor/execPartition.c
src/backend/partitioning/partbounds.c
src/backend/partitioning/partprune.c
src/backend/utils/cache/partcache.c
src/include/partitioning/partbounds.h