pgsql: Use for name of unnamed portal's memory context

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Use for name of unnamed portal's memory context
Дата
Msg-id E1kFfUQ-0002xN-08@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use <unnamed> for name of unnamed portal's memory context

Otherwise just printing an empty string makes the memory context debug
output slightly confusing.

Discussion: https://www.postgresql.org/message-id/flat/ccb353ef-89ff-09b3-8046-1d2514624b9c%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/728d4bc16b79dea0dd6d540aa5c55a84ac722a09

Modified Files
--------------
src/backend/utils/mmgr/portalmem.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use return instead of exit() in configure
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Use plain memset() in numeric.c, not MemSet and friends.