pgsql: Use <substeps> in pg_upgrade's procedure

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use <substeps> in pg_upgrade's procedure
Date: 2015-09-01 18:02:59
Message-ID: E1ZWptb-0002sj-D2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use <substeps> in pg_upgrade's procedure

For clarity, so that the substeps are not numbered identically to the
outer procedure's steps.

Per report from Andy Colson in
http://www.postgresql.org/message-id/55D789B5.7040308@squeakycode.net

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9646d2fd62a444ab4502e49dfe3cbf9d7350c5e2

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-09-01 18:13:11 pgsql: Use <substeps> in pg_upgrade's procedure
Previous Message Tom Lane 2015-08-31 22:10:10 pgsql: Clean up icc + ia64 situation.