Re: ERROR: subtransaction logged without previous top-level txn record
Arseny Sher <a.sher@postgrespro.ru>
From: Arseny Sher <a.sher@postgrespro.ru>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Dilip Kumar <dilipbalaut@gmail.com>, Andres Freund <andres@anarazel.de>,
"Hsu\, John" <hsuchen@amazon.com>,
"pgsql-bugs\@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2020-02-14T13:34:28Z
Lists: pgsql-bugs, pgsql-hackers
Amit Kapila <amit.kapila16@gmail.com> writes: > Attached is a patch where I have modified the comments and slightly > edited the commit message. This patch was not getting applied in v11 > and branches lower than that, so I prepared a patch for those branches > as well. I have tested this patch till 9.5 and it works as intended. > > Can you also once check the patch and verify it in back-branches? Sorry for the delay. I'm fine with changes. make check down to 9.5 is also happy here. Interesting thing about wal_log_hints, hasn't occured to me. -- cheers, arseny
Commits
-
Stop demanding that top xact must be seen before subxact in decoding.
- 05555f7aaa08 9.5.22 landed
- 59c1a03f0736 9.6.18 landed
- b448aa44170b 10.13 landed
- bff456d7a0b3 11.8 landed
- 59112f235549 12.3 landed
- e3ff789acfb2 13.0 landed
-
logical decoding: process ASSIGNMENT during snapshot build
- bac2fae05c77 13.0 cited
- 96b5033e1171 12.0 cited
-
Fix operator naming in pg_trgm GUC option descriptions
- 959792087a10 9.6.14 cited