pgsql: Use in pg_upgrade's procedure - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Use in pg_upgrade's procedure
Date
Msg-id E1ZWq3T-00034l-AF@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c1564b3928e527c799bd41c2c80c4d6851bb5e15

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Use in pg_upgrade's procedure
Next
From: Robert Haas
Date:
Subject: pgsql: Allow notifications to bgworkers without database connections.