pgsql: Tweak previous patch to ensure edata->filename always gets initi

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Tweak previous patch to ensure edata->filename always gets initi
Дата
Msg-id E1RVcro-0002Uv-Ds@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Tweak previous patch to ensure edata->filename always gets initialized.

On a platform that isn't supplying __FILE__, previous coding would either
crash or give a stale result for the filename string.  Not sure how likely
that is, but the original code catered for it, so let's keep doing so.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ed30dff211c988622d1ff43f5de2b5821a961980

Modified Files
--------------
src/backend/utils/error/elog.c |    8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Tweak previous patch to ensure edata->filename always gets initi
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Removed assembly info creation from build process.