mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
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.
This commit is contained in:
@ -855,7 +855,7 @@ DefineRelation(CreateStmt *stmt, char relkind, Oid ownerId,
|
||||
*/
|
||||
if (OidIsValid(defaultPartOid))
|
||||
{
|
||||
check_default_allows_bound(parent, defaultRel, bound);
|
||||
check_default_partition_contents(parent, defaultRel, bound);
|
||||
/* Keep the lock until commit. */
|
||||
heap_close(defaultRel, NoLock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user