pgsql: More cleanup of a2ab9c06ea.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: More cleanup of a2ab9c06ea.
Date: 2022-01-09 04:13:29
Message-ID: E1n6PaD-0006hE-MW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-09 17:43:16 pgsql: Make pg_get_expr() more bulletproof.
Previous Message Tom Lane 2022-01-08 19:54:57 pgsql: Fix results of index-only scans on btree_gist char(N) indexes.