[PATCH] Support systemd readiness notifications on reload

From: mr(dot)trubach(at)icloud(dot)com
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] Support systemd readiness notifications on reload
Date: 2024-08-26 16:03:46
Message-ID: 1FA77E76-DCDF-465B-B433-3DDD17EE1979@icloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

This is my first time contribution to the PostgreSQL, so I’m not really
familiar with the whole process. The attached patch adds basic support
for Type=notify-reload systemd services, that is, sends readiness
notifications on service reload. This allows waiting for postmaster
reload to complete (note that child reloads still happen asynchronously
and we don’t wait for them).


Ivan

Attachment Content-Type Size
0001-Support-systemd-readiness-notifications-on-reload.patch application/octet-stream 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2024-08-26 16:06:04 PoC: prefetching data between executor nodes (e.g. nestloop + indexscan)
Previous Message Ayush Vatsa 2024-08-26 15:44:27 Pgstattuple on Sequences: Seeking Community Feedback on Potential Patch