pgsql: In get_bc_algorithm_name, add a dummy return statement.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: In get_bc_algorithm_name, add a dummy return statement.
Date: 2022-03-23 15:38:08
Message-ID: E1nX33n-0012SQ-JH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In get_bc_algorithm_name, add a dummy return statement.

This code shouldn't be reached, but having it here might avoid a
compiler warning.

Per CI complaint from Andres Freund.

Discussion: http://postgr.es/m/C6A7643A-582B-47F7-A03D-01736BC0349B@anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/68d8f9bfb2f467c306d81b4f1cee1a5a0e5ede37

Modified Files
--------------
src/common/backup_compression.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-03-23 15:38:39 Re: pgsql: Unbreak the build.
Previous Message Andrew Dunstan 2022-03-23 15:19:07 pgsql: Force NO_LOCALE / UTF8 for test_oat_hooks tests