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.
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
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
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
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