Re: pgsql: Respect permissions within logical replication. - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Respect permissions within logical replication.
Date
Msg-id Ydkfj5IsZg7mQR0g@paquier.xyz
Whole thread Raw
In response to pgsql: Respect permissions within logical replication.  (Jeff Davis <jdavis@postgresql.org>)
Responses Re: pgsql: Respect permissions within logical replication.  (Amit Kapila <amit.kapila16@gmail.com>)
Re: pgsql: Respect permissions within logical replication.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
Hi Jeff,

On Sat, Jan 08, 2022 at 02:40:56AM +0000, Jeff Davis wrote:
> Respect permissions within logical replication.

The buildfarm is not completely happy after this commit:
1) massasauga is failing the new test:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=massasauga&dt=2022-01-08%2002%3A45%3A21
#   Failed test 'superuser admin replicates insert into unpartitioned'
#   at t/027_nosuperuser.pl line 46.
#          got: '2|1|3'
#     expected: '3|1|5'
# Looks like you failed 1 test of 100.

2) crake fails perl-check
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2022-01-08%2002%3A47%3A26

All the failures are the same, because of the shape of the subroutine
definitions:
Jan 07 21:53:04 ./src/test/subscription/t/027_nosuperuser.pl:
Subroutine prototypes used at line 13, column 1.  See page 194 of
PBP.  ([Subroutines::ProhibitSubroutinePrototypes] Severity: 5)

Thanks,
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Respect permissions within logical replication.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Respect permissions within logical replication.