]> granicus.if.org Git - postgresql/commit
Purely-cosmetic adjustments in tablecmds.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jun 2019 21:19:32 +0000 (17:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jun 2019 21:19:37 +0000 (17:19 -0400)
commitccfcc8fdbd9bdbfd18fda5d7c698af8d175f5319
treeb974a08848c38be0eb5d186836bae2dcff0194d8
parent82be666ee36842af2a1b81e570bd5578f264de65
Purely-cosmetic adjustments in tablecmds.c.

Move ATExecAlterColumnGenericOptions away from where it was unthinkingly
dropped, in the middle of a lot of ALTER COLUMN TYPE code.  I don't have
any high principles about where to put it instead, so let's just put it
after ALTER COLUMN TYPE and before ALTER OWNER, matching existing
decisions about how to order related code stanzas.

Also add the minimal function header comment that the original author
was too cool to bother with.

Along the way, upgrade header comments for nearby ALTER COLUMN TYPE
functions.

Discussion: https://postgr.es/m/14787.1561403130@sss.pgh.pa.us
src/backend/commands/tablecmds.c