Move code for managing PartitionDescs into a new file, partdesc.c

Robert Haas <rhaas@postgresql.org>

Commit: 1bb5e78218107db543086e71fc162d36a955b08e
Author: Robert Haas <rhaas@postgresql.org>
Date: 2019-02-21T16:45:02Z
Releases: 12.0
Move code for managing PartitionDescs into a new file, partdesc.c

This is similar in spirit to the existing partbounds.c file in the
same directory, except that there's a lot less code in the new file
created by this commit.  Pending work in this area proposes to add a
bunch more code related to PartitionDescs, though, and this will give
us a good place to put it.

Discussion: http://postgr.es/m/CA+TgmoZUwPf_uanjF==gTGBMJrn8uCq52XYvAEorNkLrUdoawg@mail.gmail.com

Files

Discussion