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

  1. Fix buildfarm error from commit 5c31669058.

  2. Re-validate connection string in libpqrcv_connect().