pgsql: Clean up comments

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up comments
Date: 2023-03-08 14:58:29
Message-ID: E1pZvFN-002WZQ-G9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up comments

Reformat some of the comments in MergeAttributes(). A lot of code has
been added here over time, and the comments could use a bit of editing
to make the code flow read better.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b1534ed99dc35878e1f9300759e4f10893a32d45

Modified Files
--------------
src/backend/commands/tablecmds.c | 70 ++++++++++++++++++++++++++++++----------
1 file changed, 53 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-03-08 16:03:22 pgsql: Allow tailoring of ICU locales with custom rules
Previous Message Peter Eisentraut 2023-03-08 14:14:00 pgsql: Break up long GETTEXT_FILES lists