Re: src/test/subscription/t/002_types.pl hanging on particular environment
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Craig Ringer <craig@2ndquadrant.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>, Petr Jelinek <petr.jelinek@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, Thomas Munro <thomas.munro@enterprisedb.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-09-20T09:50:46Z
Lists: pgsql-hackers
Craig Ringer wrote: > IIRC when we did something similar in pglogical we ran into problems with > (a) inability to handle an ERROR in a bgworker without exiting and being > restarted by the postmaster; I don't understand why this would be; surely you can just setup another longjmp block for elog(ERROR) to jump to? -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix, or at least ameliorate, bugs in logicalrep_worker_launch().
- c1bde0747983 10.0 landed
- 3e1683d37e1d 11.0 landed
-
Fix DROP SUBSCRIPTION hang
- 8edacab20995 11.0 cited