File tree 2 files changed +0
-8
lines changed
src/backend/replication/logical
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -803,10 +803,6 @@ ApplyLauncherMain(Datum main_arg)
803
803
pqsignal (SIGTERM , logicalrep_launcher_sigterm );
804
804
BackgroundWorkerUnblockSignals ();
805
805
806
- /* Make it easy to identify our processes. */
807
- SetConfigOption ("application_name" , MyBgworkerEntry -> bgw_name ,
808
- PGC_USERSET , PGC_S_SESSION );
809
-
810
806
LogicalRepCtx -> launcher_pid = MyProcPid ;
811
807
812
808
/*
Original file line number Diff line number Diff line change @@ -1488,10 +1488,6 @@ ApplyWorkerMain(Datum main_arg)
1488
1488
MyLogicalRepWorker -> last_send_time = MyLogicalRepWorker -> last_recv_time =
1489
1489
MyLogicalRepWorker -> reply_time = GetCurrentTimestamp ();
1490
1490
1491
- /* Make it easy to identify our processes. */
1492
- SetConfigOption ("application_name" , MyBgworkerEntry -> bgw_name ,
1493
- PGC_USERSET , PGC_S_SESSION );
1494
-
1495
1491
/* Load the libpq-specific functions */
1496
1492
load_file ("libpqwalreceiver" , false);
1497
1493
You can’t perform that action at this time.
0 commit comments