Re: logical replication: restart_lsn can go backwards (and more), seems broken since 9.4
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomas Vondra <tomas@vondra.me>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>,
Amit Kapila <amit.kapila16@gmail.com>,
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-11-16T15:44:09Z
Lists: pgsql-hackers
Tomas Vondra <tomas@vondra.me> writes: > Thanks. I see you only backpatched to 13, but I believe 12 will be > rewrapped too. So maybe backpatch to 12 too? Please don't. The release team already discussed this and determined that we want to push 12.22 with only the ROLE-regression fix. v12 is not "back in support" for any other purpose. regards, tom lane
Commits
-
Fix a possibility of logical replication slot's restart_lsn going backwards.
- e5ed873b1b4a 18.0 landed
- 568e78a653ee 17.2 landed
- f353911337cf 16.6 landed
- 91771b3fbbc3 15.10 landed
- 26c4e8968690 14.15 landed
- 15dc1abb17dd 13.18 landed
-
Introduce logical decoding.
- b89e151054a0 9.4.0 cited