pgsql: Fix compiler warning introduced in commit 705e20f855.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warning introduced in commit 705e20f855.
Date: 2022-03-15 02:48:11
Message-ID: E1nTxEI-0006fG-UU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning introduced in commit 705e20f855.

Reported-by: Nathan Bossart
Author: Nathan Bossart
Reviewed-by: Osumi Takamichi
Discussion : https://postgr.es/m/20220314230424.GA1085716@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/695f459f1713303ba33b76eeb866c6501dff6380

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 Robert Haas 2022-03-15 17:19:47 pgsql: Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZST
Previous Message Michael Paquier 2022-03-15 02:36:53 pgsql: Fix collection of typos in the code and the documentation