Why logical replication lancher exits 1?

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Why logical replication lancher exits 1?
Date: 2021-03-22 00:11:16
Message-ID: 20210322.091116.530238262471249041.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed when I execute "pg_ctl stop".

11799 2021-03-22 07:28:19 JST LOG: received fast shutdown request
11799 2021-03-22 07:28:19 JST LOG: aborting any active transactions
11799 2021-03-22 07:28:20 JST LOG: background worker "logical replication launcher" (PID 11807) exited with exit code 1
11802 2021-03-22 07:28:20 JST LOG: shutting down
11799 2021-03-22 07:28:20 JST LOG: database system is shut down

It seems only logical replication launcher exited with exit code 1
when it received shutdown request. Why?

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2021-03-22 00:22:54 Re: Using COPY FREEZE in pgbench
Previous Message Michael Paquier 2021-03-22 00:09:45 Re: Log message for GSS connection is missing once connection authorization is successful.