pgsql: Silence compiler warning on MSVC.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning on MSVC.
Date: 2014-01-07 19:54:12
Message-ID: E1W0cj6-0000GJ-Ki@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-01-07 20:25:40 pgsql: Fix LATERAL references to target table of UPDATE/DELETE.
Previous Message Magnus Hagander 2014-01-07 17:05:16 pgsql: Move permissions check from do_pg_start_backup to pg_start_backu