pgsql: docs: Fix snapshot name in SET TRANSACTION docs.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Fix snapshot name in SET TRANSACTION docs.
Date: 2022-09-22 03:58:50
Message-ID: E1obDMP-001ROb-P3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: Fix snapshot name in SET TRANSACTION docs.

Commit 6c2003f8a1 changed the snapshot names mentioned in
SET TRANSACTION docs, however, there was one place that
the commit missed updating the name.

Back-patch to all supported versions.

Author: Japin Li
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/MEYP282MB1669BD4280044501165F8B07B64F9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/053767644737c3c84bc2f7fd2c34f38544a6b59d

Modified Files
--------------
doc/src/sgml/ref/set_transaction.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-09-22 05:27:20 pgsql: Clear ps display of startup process at the end of recovery
Previous Message Fujii Masao 2022-09-22 03:58:39 pgsql: docs: Fix snapshot name in SET TRANSACTION docs.