Обсуждение: pgsql: Silence compiler warning on MSVC.

Поиск
Список
Период
Сортировка

pgsql: Silence compiler warning on MSVC.

От
Heikki Linnakangas
Дата:
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(+)