diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/mmgr/portalmem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/mmgr/portalmem.c b/src/backend/utils/mmgr/portalmem.c index 621cbcbc52..bb045fc113 100644 --- a/src/backend/utils/mmgr/portalmem.c +++ b/src/backend/utils/mmgr/portalmem.c @@ -265,7 +265,8 @@ CreatePortal(const char *name, bool allowDup, bool dupSilent) PortalHashTableInsert(portal, name); #ifdef PGXC - elog(DEBUG3, "Created portal %s and inserted an entry in the has table"); + elog(DEBUG3, "Created portal %s and inserted an entry in the has table", + name); if (PGXCNodeIdentifier == 0) { |