More cleanup of a2ab9c06ea.
authorJeff Davis <jdavis@postgresql.org>
Sat, 8 Jan 2022 21:40:23 +0000 (13:40 -0800)
committerJeff Davis <jdavis@postgresql.org>
Sun, 9 Jan 2022 04:07:16 +0000 (20:07 -0800)
commit96a6f11c06252b046ca9a6ee1f581a2f5d599301
tree2ff5b00c6f9e89caf269064f7db4cac063173f07
parent54b1cb7eb784a66680ee18f84e2c4e86fad59e82
More cleanup of a2ab9c06ea.

Require SELECT privileges when performing UPDATE or DELETE, to be
consistent with the way a normal UPDATE or DELETE command works.

Simplify subscription test it so that it runs faster. Also, wait for
initial table sync to complete to avoid intermittent failures.

Minor doc fixup.

Discussion: https://postgr.es/m/CAA4eK1L3-qAtLO4sNGaNhzcyRi_Ufmh2YPPnUjkROBK0tN%3Dx%3Dg%40mail.gmail.com
Discussion: https://postgr.es/m/1514479.1641664638%40sss.pgh.pa.us
Discussion: https://postgr.es/m/Ydkfj5IsZg7mQR0g@paquier.xyz
doc/src/sgml/logical-replication.sgml
src/backend/replication/logical/worker.c
src/test/subscription/t/027_nosuperuser.pl