pgsql: Make WAL description output more consistent

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make WAL description output more consistent
Date: 2018-11-20 12:33:25
Message-ID: E1gP5DZ-0006eX-SQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make WAL description output more consistent

The output for record types XLOG_DBASE_CREATE and XLOG_DBASE_DROP used
the order dbid/tablespaceid, whereas elsewhere the order is
tablespaceid/dbid[/relfilenodeid]. Flip the order for those two types
to make it consistent.

Author: Jean-Christophe Arnu <jcarnu(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAHZmTm18Ln62KW-G8NYvO1wbBL3QU1E76Zep=DuHmg-zS2XFAg(at)mail(dot)gmail(dot)com/

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d9140ed266d702b305adeaf916086e1a586affe

Modified Files
--------------
src/backend/access/rmgrdesc/dbasedesc.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-11-20 21:22:09 pgsql: Add settings to control SSL/TLS protocol version
Previous Message Peter Eisentraut 2018-11-20 08:52:44 pgsql: doc: Clarify CREATE TYPE ENUM documentation