syscache entries out of order

From: Mark Dilger <hornschnorter(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: syscache entries out of order
Date: 2017-05-30 20:28:17
Message-ID: 7F67FBEF-C3B3-404E-8EC6-E02ACB15D894@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter,

Just FYI, as of 665d1fad99e7b11678b0d5fa24d2898424243cd6, syscache.h
entries are not in alphabetical order, which violates the coding standard
specified in the comment for these entries. In particular, it is the PUBLICATION
and SUBSCRIPTION entries that are mis-ordered.

Sorry for my pedantry. Patch attached.

Mark Dilger

Attachment Content-Type Size
syscache.patch.0 application/octet-stream 3.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-05-30 20:38:52 Re: [HACKERS] [PATCH] relocation truncated to fit: citus build failure on s390x
Previous Message Alvaro Herrera 2017-05-30 20:13:00 Re: Segmentation fault when creating a BRIN, 10beta1