mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
MSVC doesn't know that elog(ERROR) doesn't return, and gives a warning about missing return. Silence that. Amit Kapila
MSVC doesn't know that elog(ERROR) doesn't return, and gives a warning about missing return. Silence that. Amit Kapila