pgsql: Add missing RestrictSearchPath() calls.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing RestrictSearchPath() calls.
Date: 2024-07-15 19:12:58
Message-ID: E1sTR86-001n1x-LT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing RestrictSearchPath() calls.

Reported-by: Noah Misch
Backpatch-through: 17
Discussion: https://postgr.es/m/20240630222344.db.nmisch@google.com

Branch
------
REL_17_STABLE

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

Modified Files
--------------
src/backend/commands/indexcmds.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2024-07-15 22:07:01 pgsql: ci: Use newer LLVM version with gcc, to avoid compiler warnings
Previous Message Jeff Davis 2024-07-15 19:12:50 pgsql: Add missing RestrictSearchPath() calls.