Re: Improve error reporting for few options in pg_createsubscriber

2025-04-04 Thread Amit Kapila
On Fri, Apr 4, 2025 at 10:11 AM vignesh C wrote: > > On Fri, 4 Apr 2025 at 09:36, Amit Kapila wrote: > > > > The attached v2 version patch has the changes for the same. > Pushed. -- With Regards, Amit Kapila.

Re: Improve error reporting for few options in pg_createsubscriber

2025-04-03 Thread vignesh C
On Fri, 4 Apr 2025 at 09:36, Amit Kapila wrote: > > A few comments: > * > pg_createsubscriber.exe -D ..\..\data_standby -d db1 -d db2 -d db1 > --publication pub1 --publication pub1 -P "dbname=postgres port=5432" > -p 5444 --dry-run > pg_createsubscriber: error: database "db1" specified more than o

Re: Improve error reporting for few options in pg_createsubscriber

2025-04-03 Thread Amit Kapila
On Sat, Mar 22, 2025 at 7:26 PM vignesh C wrote: > > Hi, > > Currently, error reports for database, publication, subscription, and > replication slots do not include the option name. This has been > addressed by including the option name in the error messages, ensuring > consistency similar to rem

RE: Improve error reporting for few options in pg_createsubscriber

2025-03-24 Thread Hayato Kuroda (Fujitsu)
Dear Vignesh, > Currently, error reports for database, publication, subscription, and > replication slots do not include the option name. This has been > addressed by including the option name in the error messages, ensuring > consistency similar to remove option. Confirmed all error reporting in

Improve error reporting for few options in pg_createsubscriber

2025-03-22 Thread vignesh C
Hi, Currently, error reports for database, publication, subscription, and replication slots do not include the option name. This has been addressed by including the option name in the error messages, ensuring consistency similar to remove option. Additionally, pg_log_error and exit(1) have been re