Add tests for object size limits of injection points
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-10T01:11:42Z
Lists: pgsql-hackers
Attachments
- 0001-injection_points-Add-tests-for-name-limits.patch (text/x-diff) patch 0001
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
Commits
-
injection_points: Add tests for name limits
- fb9bff045421 19 (unreleased) landed
-
Report better object limits in error messages for injection points
- f30cd34b3fd0 17.8 landed
- 84e826567cb8 18.2 landed
- 6e1535308c84 19 (unreleased) landed