pgsql: Fix compile failure.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix compile failure.
Дата
Msg-id E1j6NO8-0004Zc-Dt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compile failure.

I forgot that some compilers won't handle #if constructs within
ereport() calls.  Duplicating most of the call is annoying but simple.
Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/36390713a60f446da7e7ae758771c9104fa89394

Modified Files
--------------
contrib/dblink/dblink.c           | 26 ++++++++++++++++++--------
contrib/postgres_fdw/connection.c | 14 ++++++++++----
2 files changed, 28 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: expression eval: Reduce number of steps for agg transition invoc
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix build failure on header generation with repetitive builds of