pgsql: More cleanup of a2ab9c06ea. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: More cleanup of a2ab9c06ea.
Date
Msg-id E1n6PaD-0006hE-MW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/96a6f11c06252b046ca9a6ee1f581a2f5d599301

Modified Files
--------------
doc/src/sgml/logical-replication.sgml      |   2 +-
src/backend/replication/logical/worker.c   |   6 +
src/test/subscription/t/027_nosuperuser.pl | 303 +++++++++++------------------
3 files changed, 117 insertions(+), 194 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix results of index-only scans on btree_gist char(N) indexes.
Next
From: Tom Lane
Date:
Subject: pgsql: Make pg_get_expr() more bulletproof.