Re: Fix snapshot name for SET TRANSACTION documentation
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Japin Li <japinli@hotmail.com>,
"pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-21T05:40:34Z
Lists: pgsql-hackers
On 2022/09/21 12:01, Japin Li wrote: > > Hi hackers, > > In 6c2003f8a1bbc7c192a2e83ec51581c018aa162f, we change the snapshot name > when exporting snapshot, however, there is one place we missed update the > snapshot name in documentation. Attach a patch to fix it. Thanks for the patch! Looks good to me. Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
docs: Fix snapshot name in SET TRANSACTION docs.
- 053767644737 10.23 landed
- ec6c263db903 11.18 landed
- e2744369db87 12.13 landed
- ff5d9e0a9952 13.9 landed
- be032619d4b1 14.6 landed
- 4230279f3576 15.0 landed
- 2f636daac85b 16.0 landed
-
Don't force-assign transaction id when exporting a snapshot.
- 6c2003f8a1bb 10.0 cited