Re: Securing PostgreSQL for rootless containers

2025-02-25 Thread Yogesh Sharma
On 2/24/25 14:51, Yogesh Sharma wrote: This patch has effect on current use of socket unless systemd socket are used. Code is also guarded when postgres is not compiled with systemd flag. I meant to say This patch has **no** effect on current use of socket unless systemd socket are used

Securing PostgreSQL for rootless containers

2025-02-24 Thread Yogesh Sharma
s. make check-world passes with or without sytsemd and with socket activation. -- Kind Regards, Yogesh Sharma PostgreSQL, Linux, and Networking Expert Open Source Enthusiast and Advocate PostgreSQL Contributors Team @ RDS Open Source Databases Amazon Web S

Re: Add a write_to_file member to PgStat_KindInfo

2024-11-21 Thread Yogesh Sharma
Hi, Thanks for patch. I have tested both patches and they work as per design. My +1 for v1, it is much cleaner approach and has properly named functions whereas in v2 it is not. Injection points is documented, if so, doc patch is missing. Regards, Yogesh On 11/20/24 12:13, Bertrand Drouvot

Re: allow changing autovacuum_max_workers without restarting

2024-11-20 Thread Yogesh Sharma
The following review has been posted through the commitfest application: make installcheck-world: tested, failed Implements feature: tested, failed Spec compliant: tested, failed Documentation:not tested Hi, - Tested patch with check-world. - Verified CheckAutovacuumWo

Re: Injection Points remaining stats

2024-08-22 Thread Yogesh Sharma
ok on this. -- Kind Regards, Yogesh Sharma PostgreSQL, Linux, and Networking Open Source Enthusiast and Advocate PostgreSQL Contributors Team @ RDS Open Source Databases Amazon Web Services: https://aws.amazon.com

Injection Points remaining stats

2024-08-12 Thread Yogesh Sharma
points via "--enable-injection-points". -- Kind Regards, Yogesh SharmaFrom 52ac2b14ee34d606aae97b2648c6708901c324b4 Mon Sep 17 00:00:00 2001 From: Yogesh Sharma Date: Wed, 7 Aug 2024 15:32:35 -0400 Subject: [PATCH] This patch adds missing cached and loaded stats to injection_points_stats_f

Re: ODBC Source Downloads Missing

2024-06-11 Thread Yogesh Sharma
On 6/10/24 15:33, Mark Hill wrote: Is there an issue with the ODBC Source downloads today? The source download URL isn’t working: https://www.postgresql.org/ftp/odbc/versions/src/ Thanks, Mark Here is github repo https://github.com/postgresql-interfaces/psqlodbc -- Kind Regards, Yogesh

Re: Logical Replication of sequences

2024-06-04 Thread Yogesh Sharma
loss of sequence and generate duplicate sequence values, if subscriber starts consuming sequences while publisher is also consuming them. In such cases, subscriber shall not be allowed sequence consumption. -- Kind Regards, Yogesh Sharma Open Source Enthusiast and Advocate PostgreSQL Contributors

Re: Have better wording for snapshot file reading failure

2023-09-17 Thread Yogesh Sharma
mative message compare to the original patch. -- Kind Regards, Yogesh Sharma PostgreSQL, Linux, and Networking Expert Open Source Enthusiast and Advocate

Re: Have better wording for snapshot file reading failure

2023-09-13 Thread Yogesh Sharma
reading: %m", and also tweak other messages accordingly. -- Kind Regards, Yogesh Sharma PostgreSQL, Linux, and Networking Expert Open Source Enthusiast and Advocate