pgsql: Silence compiler warning on MSVC. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Silence compiler warning on MSVC.
Date
Msg-id E1W0cj6-0000GJ-Ki@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warning on MSVC.

MSVC doesn't know that elog(ERROR) doesn't return, and gives a warning about
missing return. Silence that.

Amit Kapila

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f68220df92cb56f0452919f51eeef16262ec8f3b

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


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Move permissions check from do_pg_start_backup to pg_start_backu
Next
From: Tom Lane
Date:
Subject: pgsql: Fix LATERAL references to target table of UPDATE/DELETE.