Add tests for object size limits of injection points

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add tests for object size limits of injection points
Date: 2025-11-10 01:11:42
Message-ID: aRE7zhu6wOA29gFf@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While looking at a recent patch for injection points that has resulted
in 16a2f706951e, I have been reminded that the point name, library
name and function name have hardcoded limits, and it is now possible
to have them tested by SQL.

Attached is a patch to do so. Thoughts?
--
Michael

Attachment Content-Type Size
0001-injection_points-Add-tests-for-name-limits.patch text/x-diff 2.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-11-10 01:26:07 Re: Changing the state of data checksums in a running cluster
Previous Message Michael Paquier 2025-11-10 00:59:33 Re: isolation tester limitation in case of multiple injection points in a single command