pgsql: Use for name of unnamed portal's memory context - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use for name of unnamed portal's memory context
Date
Msg-id E1kFfUQ-0002xN-08@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Use return instead of exit() in configure
Next
From: Tom Lane
Date:
Subject: pgsql: Use plain memset() in numeric.c, not MemSet and friends.