Re: [HACKERS] syscache entries out of order - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] syscache entries out of order
Date
Msg-id 15494.1496184499@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] syscache entries out of order  (Mark Dilger <hornschnorter@gmail.com>)
List pgsql-hackers
Mark Dilger <hornschnorter@gmail.com> writes:
> 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.

Agreed, this is the project convention and we should follow it.

> Sorry for my pedantry.  Patch attached.

Patch pushed.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Race conditions with WAL sender PID lookups
Next
From: Mark Dilger
Date:
Subject: Re: [HACKERS] Use of non-restart-safe storage by temp_tablespaces