Обсуждение: pgsql: More cleanup of a2ab9c06ea.

Поиск
Список
Период
Сортировка

pgsql: More cleanup of a2ab9c06ea.

От
Jeff Davis
Дата:
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(-)