Just out of curiosity, what is the reason why you did this? I guess using elog instead of ereport for debugging message is preferable, while for non debugging messages using ereport is preferable, but actually sometimes elog is used for error messages in the file.
Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp From: Peter Eisentraut <[email protected]> Subject: pgsql: Convert debug message from ereport to elog Date: Tue, 12 Jun 2018 15:36:49 +0000 Message-ID: <[email protected]> > Convert debug message from ereport to elog > > Branch > ------ > master > > Details > ------- > https://git.postgresql.org/pg/commitdiff/8a07ebb3c172374aa2c83df61c4e05c059511c9a > > Modified Files > -------------- > src/backend/replication/logical/worker.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
