0001-doc-PG-18-relnotes-Mention-runtime-parameters-in-inj.patch
text/x-diff
Filename: 0001-doc-PG-18-relnotes-Mention-runtime-parameters-in-inj.patch
Type: text/x-diff
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0001
Subject: doc PG 18 relnotes: Mention runtime parameters in injection points
| File | + | − |
|---|---|---|
| doc/src/sgml/release-18.sgml | 12 | 0 |
From 80eef94686acfc434a3ef01ffd73a0acd708ecb8 Mon Sep 17 00:00:00 2001 From: Michael Paquier <michael@paquier.xyz> Date: Fri, 23 May 2025 15:15:01 +0900 Subject: [PATCH] doc PG 18 relnotes: Mention runtime parameters in injection points As per recent commit 371f2db8b. --- doc/src/sgml/release-18.sgml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 2a52cef1c7ce..35ba139d04d5 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -2847,6 +2847,18 @@ Injection points can now be created, but not run, via INJECTION_POINT_LOAD(), an </para> </listitem> +<!-- +Author: Michael Paquier <michael@paquier.xyz> +2025-05-10 [371f2db8b] Add support for runtime arguments in injection points +--> + +<listitem> +<para> +Support runtime arguments in injection points (Michael Paquier) +<ulink url="&commit_baseurl;371f2db8b">§</ulink> +</para> +</listitem> + <!-- Author: Heikki Linnakangas <heikki.linnakangas@iki.fi> 2024-07-26 [20e0e7da9] Add test for early backend startup errors -- 2.49.0