Re: [PATCH] Modify pg_ctl to detect presence of geek user

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Panda Developpeur <panda(dot)developpeur(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Modify pg_ctl to detect presence of geek user
Date: 2024-04-03 13:25:02
Message-ID: Zg1Yruo6A9xZzowH@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 3, 2024 at 04:17:21PM +0300, Panda Developpeur wrote:
> Dear PostgreSQL Hackers,
>
> I am submitting a patch to modify pg_ctl to detect the presence of a geek user
> on the system and adapt its behavior accordingly. This patch introduces the
> following changes:
>
> 1. Detection of geek user: The modified pg_ctl now checks user created on the
> computer.
>
> 2. No documentation or tests: Please note that I have not included new
> documentation or tests in this patch submission. However, I am open to
> adding them based on the community's feedback.
>
> 3. Performance impact: The performance impact of these changes is minimal,
> with an expected delay of 500ms in specific scenarios only.
>
>
> Please review the patch and provide your feedback. I am open to making any
> necessary improvements based on the community's suggestions.
>
> Thank you for considering my contribution.

Aside from an extra newline in the patch, I think this is ready to go!

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2024-04-03 13:26:34 Re: [PATCH] Modify pg_ctl to detect presence of geek user
Previous Message Melih Mutlu 2024-04-03 13:20:39 Re: Parent/child context relation in pg_get_backend_memory_contexts()