]> granicus.if.org Git - postgresql/commit
Refactor validation of new partitions a little bit.
authorRobert Haas <rhaas@postgresql.org>
Thu, 17 Aug 2017 18:49:45 +0000 (14:49 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 17 Aug 2017 18:49:45 +0000 (14:49 -0400)
commitecfe59e50fb8316ab7fc653419cd724c8b7a7dd7
tree5c966ffc8523ae945b3405904f162e8ce65acb0e
parent1e56883a528eb623c9a55ec7e43b4eee3722014b
Refactor validation of new partitions a little bit.

Move some logic that is currently in ATExecAttachPartition to
separate functions to facilitate future code reuse.

Ashutosh Bapat and Jeevan Ladhe

Discussion: http://postgr.es/m/CA+Tgmobbnamyvii0pRdg9pp_jLHSUvq7u5SiRrVV0tEFFU58Tg@mail.gmail.com
src/backend/commands/tablecmds.c