pgsql: Fix compiler warning in unistr function - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Fix compiler warning in unistr function
Date
Msg-id E1lR8ni-0006wI-8D@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Implement pipeline mode in libpq
Next
From: David Rowley
Date:
Subject: pgsql: Allow estimate_num_groups() to pass back further details about t