mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +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