pgsql: Fix compiler warning in unistr function

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warning in unistr function
Date: 2021-03-30 07:28:34
Message-ID: E1lR8ni-0006wI-8D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning in unistr function

Some compilers are not aware that elog/ereport ERROR does not return.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/efd9d92bb39c74c2aded64fc08e2d601ce20c39d

Modified Files
--------------
src/backend/utils/adt/varlena.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-03-30 07:53:50 pgsql: Allow estimate_num_groups() to pass back further details about t
Previous Message David Rowley 2021-03-30 07:19:26 Re: pgsql: Implement pipeline mode in libpq