pgsql: Fixups for commit 93db6cbda0.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fixups for commit 93db6cbda0.
Date: 2024-02-29 04:31:24
Message-ID: E1rfY4p-001KZw-Mx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixups for commit 93db6cbda0.

Ensure to set always-secure search path for both local and remote
connections during slot synchronization, so that malicious users can't
redirect user code (e.g. operators).

In the passing, improve the name of define, remove spurious return
statement, and a minor change in one of the comments.

Author: Bertrand Drouvot and Shveta Malik
Reviewed-by: Amit Kapila, Peter Smith
Discussion: https://postgr.es/m/514f6f2f-6833-4539-39f1-96cd1e011f23@enterprisedb.com
Discussion: https://postgr.es/m/ZdcejBDCr+wlVGnO@ip-10-97-1-34.eu-west-3.compute.internal
Discussion: https://postgr.es/m/CAJpy0uBNP=nrkNJkJSfF=jSocEh8vU2Owa8Rtpi=63fG=SvfVQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b3f6b14cf48ffa81084072f1fdeee2fe9df20746

Modified Files
--------------
src/backend/access/transam/xlogrecovery.c | 15 +++---
.../libpqwalreceiver/libpqwalreceiver.c | 6 ++-
src/backend/replication/logical/slotsync.c | 23 +++++----
.../recovery/t/040_standby_failover_slots_sync.pl | 54 ++++++++++++++++++++++
4 files changed, 82 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-02-29 11:41:51 pgsql: Fix integer underflow in shared memory debugging
Previous Message Michael Paquier 2024-02-29 00:56:16 pgsql: Use C99-designated initializer syntax for arrays related to enco