pgsql: Sort syscache identifiers into alphabetical order.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sort syscache identifiers into alphabetical order.
Date: 2017-05-30 22:47:27
Message-ID: E1dFpvD-0004Ck-PN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sort syscache identifiers into alphabetical order.

Not much point in having a convention about this if we don't enforce it.

Mark Dilger

Discussion: https://postgr.es/m/7F67FBEF-C3B3-404E-8EC6-E02ACB15D894@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54e839fe29c1d071f5129eb4a112546197ea0522

Modified Files
--------------
src/backend/utils/cache/syscache.c | 106 ++++++++++++++++++-------------------
src/include/utils/syscache.h | 10 ++--
2 files changed, 58 insertions(+), 58 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-31 15:27:28 pgsql: Avoid -Wconversion warnings from direct use of GET_n_BYTES macro
Previous Message Alvaro Herrera 2017-05-30 22:17:52 pgsql: brin: Don't crash on auto-summarization