Re: [16+] subscription can end up in inconsistent state
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: vignesh C <vignesh21@gmail.com>
Cc: Peter Smith <smithpb2250@gmail.com>, Robert Haas
<robertmhaas@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>,
pgsql-bugs@postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-01-18T23:24:51Z
Lists: pgsql-bugs
On Thu, 2024-01-18 at 12:22 +0530, vignesh C wrote: > I felt the current test was simpler by using the default hba.conf to > CREATE SUBSCRIPTION and make the change hba config only for the > actual > test verification REFRESH PUBLICATION. OK, I left that part as-is. I just put the 3 tests into a SKIP block. I also saved/restored the PGPASSWORD environment variable, and moved down where PGPASSWORD is set slightly, which seemed a bit more clear. Thank you. Let me know if you see any more problems. Regards, Jeff Davis
Commits
-
Fix buildfarm error from commit 5c31669058.
- 5b5318c38745 16.2 landed
- dd3ca8cbb014 17.0 landed
-
Re-validate connection string in libpqrcv_connect().
- 4c03ac7e2bc4 16.2 landed
- 5c31669058b5 17.0 landed