pgsql: Use elog to report unexpected action in handle_streamed_transact

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use elog to report unexpected action in handle_streamed_transact
Date: 2023-04-24 06:37:48
Message-ID: E1pqppb-004dIa-GH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use elog to report unexpected action in handle_streamed_transaction().

An oversight in commit 216a784829c.

Author: Masahiko Sawada
Reviewed-by: Kyotaro Horiguchi, Amit Kapila
Discussion: https://postgr.es/m/CAD21AoDDbM8_HJt-nMCvcjTK8K9hPzXWqJj7pyaUvR4mm_NrSg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/781ac42d43ab2b5af07fd720a01c68348a4d1d20

Modified Files
--------------
src/backend/replication/logical/worker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2023-04-24 08:53:35 could not extend file "base/5/3501" with FileFallocate(): Interrupted system call
Previous Message Amit Kapila 2023-04-24 03:11:44 pgsql: Display 'password_required' option for \dRs+ command.