syscache entries out of order
Mark Dilger <hornschnorter@gmail.com>
From: Mark Dilger <hornschnorter@gmail.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-05-30T20:28:17Z
Lists: pgsql-hackers
Attachments
- syscache.patch.0 (application/octet-stream)
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
Commits
-
Sort syscache identifiers into alphabetical order.
- 54e839fe29c1 10.0 landed
-
Logical replication
- 665d1fad99e7 10.0 cited