pgsql: Clarify coding in Catalog::AddDefaultValues.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify coding in Catalog::AddDefaultValues.
Date: 2020-02-15 20:13:49
Message-ID: E1j33oz-0001m0-E6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify coding in Catalog::AddDefaultValues.

Make it a bit shorter and better-commented; no functional change.

Alvaro Herrera and Tom Lane

Discussion: https://postgr.es/m/20200212182337.GZ1412@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d1ec5a8e155a996a81b5fecc3da803ecb94d8ae

Modified Files
--------------
src/backend/catalog/Catalog.pm | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-02-15 20:22:43 pgsql: Update obsolete comment.
Previous Message Tom Lane 2020-02-15 19:58:52 pgsql: Run "make reformat-dat-files".