pgsql: Code beautification for ATExecAttachPartition.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code beautification for ATExecAttachPartition.
Date: 2017-08-03 18:20:12
Message-ID: E1ddKjE-0006Gz-BG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Code beautification for ATExecAttachPartition.

Amit Langote

Discussion: http://postgr.es/m/CAFjFpReT_kq_uwU_B8aWDxR7jNGE=P0iELycdq5oupi=xSQTOw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/583df3b5c56258df2a03e08e3ef00aabe0cf306d

Modified Files
--------------
src/backend/commands/tablecmds.c | 125 +++++++++++++++++++--------------------
1 file changed, 61 insertions(+), 64 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-08-03 18:28:19 pgsql: Fix lock upgrade hazard in ATExecAttachPartition.
Previous Message Robert Haas 2017-08-03 17:29:04 pgsql: Allow a foreign table CHECK constraint to be initially NOT VALID