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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use <unnamed> for name of unnamed portal's memory context
Date: 2020-09-08 15:24:58
Message-ID: E1kFfUQ-0002xN-08@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-08 15:47:45 pgsql: Use plain memset() in numeric.c, not MemSet and friends.
Previous Message Peter Eisentraut 2020-09-08 08:11:18 pgsql: Use return instead of exit() in configure